From f00834adb91fb48e20acf1f35b6140fab55ae12c Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Wed, 7 Aug 2024 13:51:21 -0700 Subject: [PATCH] test: stabilize imagery operations tests for display layout --- e2e/tests/functional/plugins/imagery/exampleImagery.e2e.spec.js | 2 ++ 1 file changed, 2 insertions(+) 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); });