Skip to content

Commit

Permalink
test(debug): log rad self
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 692414d commit 3dec7ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/specs/httpd.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { browser } from '@wdio/globals'
import type { OutputView, Setting, SettingsEditor } from 'wdio-vscode-service'
import { Key } from 'webdriverio'
import { $ } from 'zx'
import { nodeHomePath } from '../constants/config'

describe('Httpd', () => {
Expand All @@ -22,6 +23,9 @@ describe('Httpd', () => {
return (await getTextSettingValue(pathToNodeHomeSetting)) === nodeHomePath
})

const radSelf = await $`rad self`
console.log({ radSelf })

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

0 comments on commit 3dec7ca

Please sign in to comment.