Skip to content

Commit

Permalink
Changing supportCMD function to check if Platform is native or not
Browse files Browse the repository at this point in the history
  • Loading branch information
shech2 committed Dec 28, 2023
1 parent 6c4fead commit 32457d3
Show file tree
Hide file tree
Showing 4 changed files with 780 additions and 15 deletions.
8 changes: 8 additions & 0 deletions aatp/peerbook_webrtc/admin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,12 @@ test.describe('peerbook administration', () => {
const twr = await getTWRBuffer(page)
expect(twr).toMatch(/Logged in/)
})
test('test the support command', async () => {
await sleep(100)
await page.keyboard.type('support')
await page.keyboard.press("Enter")
await sleep(100)
const twr = await getTWRBuffer(page)
expect(twr).toMatch(/address:$/)
})
})
Loading

0 comments on commit 32457d3

Please sign in to comment.