Skip to content

Commit

Permalink
test(e2e): remove pause before updating input
Browse files Browse the repository at this point in the history
Signed-off-by: Zacharias Fragkiadakis <zacfragkiadakis@gmail.com>
  • Loading branch information
QZera committed Dec 30, 2024
1 parent 974327c commit b927a0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/specs/settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ 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 b927a0c

Please sign in to comment.