Skip to content

Commit

Permalink
test: stabilize imagery operations tests for display layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Aug 7, 2024
1 parent 013a632 commit f00834a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit f00834a

Please sign in to comment.