Skip to content

Commit

Permalink
test(e2e): remove browser pause before setting input value
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 31, 2024
1 parent 1996d60 commit f06d4b9
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 @@ -108,7 +108,6 @@ describe('Settings', () => {
await outputView.clearText()

// Set the path to a non-existent directory
await browser.pause(1000) // TODO: zac check if this is necessary
await setTextSettingValue(pathToNodeHomeSetting, '/tmp')

// Assert that the error message is displayed in the output console
Expand Down

0 comments on commit f06d4b9

Please sign in to comment.