Skip to content

Commit

Permalink
Merge pull request #732 from matomo-org/fix-ui-build
Browse files Browse the repository at this point in the history
Adding wait to UI test case
  • Loading branch information
snake14 authored Nov 28, 2023
2 parents bb04c30 + 7fa7684 commit 872c6e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/UI/ContainerVersion_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ describe("ContainerVersion", function () {
it('should be possible to confirm publish version to different environment', async function () {
await modal.clickButton(page, 'Publish');
await page.mouse.move(-10, -10);
await page.waitForNetworkIdle();
await capture.page(page, 'publish_environment_confirmed');
});

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 872c6e8

Please sign in to comment.