Skip to content
Snippets Groups Projects
Commit f8ee1bc8 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Fix question saving test failure by adding a delay

parent 6261915d
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,7 @@ describe("parameters", () => {
clickButton(app.find(SaveQuestionModal).find("button").last());
await store.waitForActions([API_CREATE_QUESTION]);
await delay(100)
click(app.find('#QuestionSavedModal .Button[children="Not now"]'))
// wait for modal to close :'(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment