Skip to content

Commit

Permalink
UI test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Sep 27, 2024
1 parent 39f4502 commit a3eed38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/UI/ContainerTag_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ describe("ContainerTag", function () {
var event = new Event('change');
search.dispatchEvent(event);
}, searchTerm);
await page.waitForTimeout(200);
}

it('should load tags page with some tags', async function () {
Expand Down

0 comments on commit a3eed38

Please sign in to comment.