Skip to content

Commit

Permalink
revert: "test(e2e): remove pause before updating input"
Browse files Browse the repository at this point in the history
This reverts commit b927a0c.

Signed-off-by: Zacharias Fragkiadakis <[email protected]>
  • Loading branch information
QZera committed Dec 31, 2024
1 parent d68fa77 commit 93c47a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/specs/settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe('Settings', () => {
})

it('warns the user if the rad binary is not found', async () => {
await browser.pause(1000)
await setTextSettingValue(pathToRadBinarySetting, '/tmp')

await expectRadBinaryNotFoundToBeVisible(workbench)
Expand Down

0 comments on commit 93c47a2

Please sign in to comment.