diff --git a/e2e/tests/functional/plugins/imagery/exampleImagery.e2e.spec.js b/e2e/tests/functional/plugins/imagery/exampleImagery.e2e.spec.js index 5cfdd384e2c..6832b2e5847 100644 --- a/e2e/tests/functional/plugins/imagery/exampleImagery.e2e.spec.js +++ b/e2e/tests/functional/plugins/imagery/exampleImagery.e2e.spec.js @@ -448,6 +448,8 @@ test.describe('Example Imagery in Display Layout @clock', () => { await page.locator('div[title="Resize object width"] > input').click(); await page.locator('div[title="Resize object width"] > input').fill('50'); + await expect(page.getByLabel('Image Thumbnail from').last()).toBeInViewport(); + await performImageryViewOperationsAndAssert(page, displayLayout); });