Skip to content

Commit

Permalink
test(e2e): do not open radicle sidebar view before any assertions
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 a13e26b commit 24c8073
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/specs/settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ describe('Settings', () => {

await setTextSettingValue(pathToRadBinarySetting, `/tmp`)

await openRadicleViewContainer(workbench)
await expectRadBinaryNotFoundToBeVisible(workbench)

await setTextSettingValue(pathToRadBinarySetting, `${tempNodeHomePath}/bin/rad`)
Expand All @@ -70,7 +69,6 @@ describe('Settings', () => {

await setTextSettingValue(pathToRadBinarySetting, tempNodeHomePath)

await openRadicleViewContainer(workbench)
await expectRadBinaryNotFoundToBeVisible(workbench)

await $`cp -r ${pathToNodeHome} ${tempNodeHomePath}`
Expand Down

0 comments on commit 24c8073

Please sign in to comment.