Use libsignal-client for username validation
This commit is contained in:
parent
3ff390e1c4
commit
c0663ed57c
8 changed files with 35 additions and 68 deletions
|
@ -258,7 +258,7 @@ describe('pnp/username', function needsName() {
|
|||
await window.locator('button[aria-label="New chat"]').click();
|
||||
|
||||
const searchInput = window.locator('.module-SearchInput__container input');
|
||||
await searchInput.type(`@${CARL_USERNAME}`);
|
||||
await searchInput.type(CARL_USERNAME);
|
||||
|
||||
debug('starting lookup');
|
||||
await window.locator(`div.ListTile >> "${CARL_USERNAME}"`).click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue