We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddca70 commit f55d8caCopy full SHA for f55d8ca
tests/e2e/fle.test.js
@@ -7,9 +7,9 @@
7
const window = await app.firstWindow();
8
9
// selecting the device (MPW1 Gemini)
10
-// const deviceDropdown = await window.waitForSelector('#deviceId');
11
-// await deviceDropdown.selectOption('MPW1');
12
-// await new Promise((resolve) => setTimeout(resolve, 2000));
+ const deviceDropdown = await window.waitForSelector('#deviceId');
+ await deviceDropdown.selectOption('MPW1');
+ await new Promise((resolve) => setTimeout(resolve, 2000));
13
14
const fleBlock = await window.waitForSelector('#app > div > div.top-row-container > div.main-table-container.main-border > div.top-l2 > div.top-l2-col2 > div.top-l2-col2-elem > div > div:nth-child(2) > div:nth-child(2) > div');
15
await fleBlock.click();
0 commit comments