Skip to content

Commit

Permalink
tests(end to end): Try to avaoid error on 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Mar 16, 2023
1 parent 1b6d846 commit 40a710a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Test/EndToEnd/utils/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ const onAdminSaveSettings = async (successExpected = true) => {
"#messages",
/You saved the configuration./,
);
} else {
await wait(3000);
}
};

Expand Down

0 comments on commit 40a710a

Please sign in to comment.