Skip to content

Commit

Permalink
Update fle.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaahir158 authored Nov 8, 2024
1 parent dc9df7d commit 06b39d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/fle.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@

const window = await app.firstWindow();

// selecting the device (MPW1 Gemini)
// selecting the device (MPW1 Gemini)
const deviceDropdown = await window.waitForSelector('#deviceId');
await deviceDropdown.selectOption('MPW1');
await new Promise((resolve) => setTimeout(resolve, 2000));

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

Expand Down

0 comments on commit 06b39d6

Please sign in to comment.