Skip to content

Commit

Permalink
#2474 Add control verifyElementChecked and verifyElementNotChecked > …
Browse files Browse the repository at this point in the history
…Add database change
  • Loading branch information
bcivel committed Aug 5, 2023
1 parent 341407a commit 2e8eada
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/src/main/resources/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6207,3 +6207,8 @@ INSERT INTO `invariant` (`idname`, `value`, `sort`, `description`, `VeryShortDes
-- 1749
INSERT INTO `invariant` (`idname`, `value`, `sort`, `description`)
VALUES ('SRVMETHOD', 'FIND', 800 , 'Find a MongoDB Record');

-- 1750
INSERT INTO `invariant` (`idname`, `value`, `sort`, `description`, `VeryShortDesc`)
VALUES ('CONTROL', 'verifyElementChecked', 4930, 'Verify the element (checkbox) is checked','verifyElementChecked'),
('CONTROL', 'verifyElementNotChecked', 4940, 'Verify the element (checkbox) is not checked','verifyElementNotChecked');

0 comments on commit 2e8eada

Please sign in to comment.