Skip to content

Commit

Permalink
PMM-7 changed assert to match the explanation message
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Sep 16, 2023
1 parent 8399171 commit 55bd767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ia/pagination_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Scenario(

const templatesTotal = await I.grabNumberOfVisibleElements(iaCommon.elements.rowInTable);

I.assertAbove(templatesTotal, 1, 'There\'s more then 10 templates by default');
I.assertAbove(templatesTotal, 10, 'There\'s more then 10 templates by default');
I.seeNumberOfElements(iaCommon.buttons.pageButtonActive, 1);

// Create more templates to have 2 pages (26 in sum)
Expand Down

0 comments on commit 55bd767

Please sign in to comment.