mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components-e2e: Added sleep after open mat menu
parent
5d574fb3d2
commit
6e1783fb87
|
@ -243,6 +243,8 @@ describe('Testing API Directives', () => {
|
||||||
element = await browser.wait(until.elementLocated(By.id('more-options-btn')), TIMEOUT);
|
element = await browser.wait(until.elementLocated(By.id('more-options-btn')), TIMEOUT);
|
||||||
await element.click();
|
await element.click();
|
||||||
|
|
||||||
|
await browser.sleep(500);
|
||||||
|
|
||||||
// Checking if fullscreen button is not present
|
// Checking if fullscreen button is not present
|
||||||
element = await browser.wait(until.elementLocated(By.className('mat-menu-content')), TIMEOUT);
|
element = await browser.wait(until.elementLocated(By.className('mat-menu-content')), TIMEOUT);
|
||||||
expect(await element.isDisplayed()).to.be.true;
|
expect(await element.isDisplayed()).to.be.true;
|
||||||
|
|
Loading…
Reference in New Issue