Skip to content

Commit

Permalink
Changes to regen screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
chromaticWaster committed Jul 27, 2023
1 parent 2cbdabb commit a53bf5d
Show file tree
Hide file tree
Showing 41 changed files with 1 addition and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
1 change: 1 addition & 0 deletions src/select/Select.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ test(`Select - Selection Render Behaviour`, async ({ page, isMobile }) => {
const item = selectComponent.locator('.item').first();
await expect(item).toHaveCount(1);
await item.click();
// Added timeout to wait for items to render.
await page.waitForTimeout(100);

const selectionRender = selectComponent.locator('omni-render-element');
Expand Down

0 comments on commit a53bf5d

Please sign in to comment.