We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692414d commit 3dec7caCopy full SHA for 3dec7ca
test/e2e/specs/httpd.spec.ts
@@ -1,6 +1,7 @@
1
import { browser } from '@wdio/globals'
2
import type { OutputView, Setting, SettingsEditor } from 'wdio-vscode-service'
3
import { Key } from 'webdriverio'
4
+import { $ } from 'zx'
5
import { nodeHomePath } from '../constants/config'
6
7
describe('Httpd', () => {
@@ -22,6 +23,9 @@ describe('Httpd', () => {
22
23
return (await getTextSettingValue(pathToNodeHomeSetting)) === nodeHomePath
24
})
25
26
+ const radSelf = await $`rad self`
27
+ console.log({ radSelf })
28
+
29
await expectOutputToContain(outputView, 'Using already unsealed Radicle identity')
30
31
0 commit comments