wait a bit longer for a slide conversion that might fail a test if too slow
This commit is contained in:
parent
7a2bc41877
commit
85c7448b12
@ -30,7 +30,8 @@ class Polling extends MultiUsers {
|
||||
await this.modPage.waitForSelector(e.whiteboard, ELEMENT_WAIT_LONGER_TIME);
|
||||
await utilPresentation.uploadSinglePresentation(this.modPage, e.questionSlideFileName);
|
||||
|
||||
await this.modPage.waitAndClick(e.quickPoll);
|
||||
// The slide needs to be uploaded and converted, so wait a bit longer for this step
|
||||
await this.modPage.waitAndClick(e.quickPoll, ELEMENT_WAIT_LONGER_TIME);
|
||||
await this.modPage.waitForSelector(e.pollMenuButton);
|
||||
|
||||
await this.userPage.hasElement(e.pollingContainer);
|
||||
|
Loading…
Reference in New Issue
Block a user