Skip to content

Commit

Permalink
test(debug): don't clear output
Browse files Browse the repository at this point in the history
Signed-off-by: Zacharias Fragkiadakis <zacfragkiadakis@gmail.com>
  • Loading branch information
QZera committed Jan 4, 2025
1 parent 44c464f commit cc0031e
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 @@ -123,7 +123,6 @@ describe('Settings', () => {
it('receives success responses from httpd', async () => {
await workbench.executeCommand('Show Everything Logged in the Output Panel')
const outputView = await workbench.getBottomBar().openOutputView()
await outputView.clearText()

await expectOutputToContain(outputView, 'Using already unsealed Radicle identity')
})
Expand Down

0 comments on commit cc0031e

Please sign in to comment.