Skip to content

Commit 3dec7ca

Browse files
committed
test(debug): log rad self
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
1 parent 692414d commit 3dec7ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/e2e/specs/httpd.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { browser } from '@wdio/globals'
22
import type { OutputView, Setting, SettingsEditor } from 'wdio-vscode-service'
33
import { Key } from 'webdriverio'
4+
import { $ } from 'zx'
45
import { nodeHomePath } from '../constants/config'
56

67
describe('Httpd', () => {
@@ -22,6 +23,9 @@ describe('Httpd', () => {
2223
return (await getTextSettingValue(pathToNodeHomeSetting)) === nodeHomePath
2324
})
2425

26+
const radSelf = await $`rad self`
27+
console.log({ radSelf })
28+
2529
await expectOutputToContain(outputView, 'Using already unsealed Radicle identity')
2630
})
2731
})

0 commit comments

Comments
 (0)