Skip to content

Commit f00834a

Browse files
committed
test: stabilize imagery operations tests for display layout
1 parent 013a632 commit f00834a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e/tests/functional/plugins/imagery/exampleImagery.e2e.spec.js

+2
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ test.describe('Example Imagery in Display Layout @clock', () => {
448448
await page.locator('div[title="Resize object width"] > input').click();
449449
await page.locator('div[title="Resize object width"] > input').fill('50');
450450

451+
await expect(page.getByLabel('Image Thumbnail from').last()).toBeInViewport();
452+
451453
await performImageryViewOperationsAndAssert(page, displayLayout);
452454
});
453455

0 commit comments

Comments
 (0)