Skip to content

Commit 0b55deb

Browse files
committed
test: update gallery e2e
1 parent 910d2e4 commit 0b55deb

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

packages/pluggableWidgets/gallery-web/e2e/Gallery.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ test.describe("gallery-web", () => {
4242
const textFilter = ".mx-name-gallery1 .form-control";
4343

4444
await page.locator(textFilter).nth(1).fill("32");
45+
await expect(page.locator(".widget-gallery-item")).toHaveCount(2);
4546
await expect(page.locator(gallery)).toHaveScreenshot(`galleryNumberFilter.png`);
4647
});
4748

0 Bytes
Loading

0 commit comments

Comments
 (0)