Skip to content

Commit 06b39d6

Browse files
authored
Update fle.test.js
1 parent dc9df7d commit 06b39d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/fle.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
const window = await app.firstWindow();
88

9-
// selecting the device (MPW1 Gemini)
9+
// selecting the device (MPW1 Gemini)
1010
const deviceDropdown = await window.waitForSelector('#deviceId');
1111
await deviceDropdown.selectOption('MPW1');
1212
await new Promise((resolve) => setTimeout(resolve, 2000));
1313

14+
// Clicking on the FLE block
1415
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');
1516
await fleBlock.click();
1617

0 commit comments

Comments
 (0)