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 dc9df7d commit 06b39d6Copy full SHA for 06b39d6
tests/e2e/fle.test.js
@@ -6,11 +6,12 @@
6
7
const window = await app.firstWindow();
8
9
- // selecting the device (MPW1 Gemini)
+ // 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));
13
14
+ // Clicking on the FLE block
15
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');
16
await fleBlock.click();
17
0 commit comments