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