fix(extension): increase delay in e2e chrome test (#846)

This commit is contained in:
Nathan Bierema 2021-09-06 18:07:02 +00:00 committed by GitHub
parent 6aea3993ed
commit d1462690ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();