fix(extension): increase delay in e2e chrome test

This commit is contained in:
Nathan Bierema 2021-09-06 13:46:33 -04:00
parent 370b5e6df3
commit d08ecdca23

View File

@ -43,7 +43,7 @@ describe('Chrome extension', function () {
});
it("should contain inspector monitor's component", async () => {
await delay(500);
await delay(1000);
const val = await driver
.findElement(webdriver.By.xpath('//div[contains(@class, "inspector-")]'))
.getText();