mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-21 21:49:55 +03:00
test
This commit is contained in:
parent
552654a93e
commit
7b080a5b39
|
@ -46,6 +46,7 @@ describe('Chrome extension', function () {
|
|||
await driver
|
||||
.findElement(webdriver.By.xpath('//button[text()="Inspector"]'))
|
||||
.click();
|
||||
await delay(1000);
|
||||
const val = await driver
|
||||
.findElement(webdriver.By.xpath('//div[contains(@class, "inspector-")]'))
|
||||
.getText();
|
||||
|
|
|
@ -91,9 +91,6 @@ describe('DevTools panel for Electron', function () {
|
|||
});
|
||||
|
||||
it('should contain INIT action', async () => {
|
||||
await driver
|
||||
.findElement(webdriver.By.xpath('//button[text()="Inspector"]'))
|
||||
.click();
|
||||
const element = await driver.wait(
|
||||
webdriver.until.elementLocated(
|
||||
webdriver.By.xpath('//div[contains(@class, "actionListRows-")]')
|
||||
|
|
Loading…
Reference in New Issue
Block a user