mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 06:00:07 +03:00
just wait half a second
This commit is contained in:
parent
7b080a5b39
commit
16096d736b
|
@ -43,10 +43,7 @@ describe('Chrome extension', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should contain inspector monitor's component", async () => {
|
it("should contain inspector monitor's component", async () => {
|
||||||
await driver
|
await delay(500);
|
||||||
.findElement(webdriver.By.xpath('//button[text()="Inspector"]'))
|
|
||||||
.click();
|
|
||||||
await delay(1000);
|
|
||||||
const val = await driver
|
const val = await driver
|
||||||
.findElement(webdriver.By.xpath('//div[contains(@class, "inspector-")]'))
|
.findElement(webdriver.By.xpath('//div[contains(@class, "inspector-")]'))
|
||||||
.getText();
|
.getText();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user