Skip to content

Commit

Permalink
fix pagination tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartel committed Jul 30, 2024
2 parents fbd7938 + fa8f0ff commit c65c08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/libs/editor/tests/e2e/tests/image-list.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Scenario("Image list with hotkey navigation", async ({ I, AtImageView, LabelStud
I.seeElement(`img[src="${data.images[0]}"]`);

I.say("Pagination is visible");
I.seeElement(".lsf-pagination");
I.seeElement(".lsf-pagination-lsf");

I.say("The number of pages is correct");
I.see("1 of 4");
Expand Down

0 comments on commit c65c08e

Please sign in to comment.