Use ListTile in username/e164 compose
This commit is contained in:
parent
d2322de4a3
commit
37a2a1c943
3 changed files with 60 additions and 26 deletions
|
@ -261,7 +261,7 @@ describe('pnp/username', function needsName() {
|
|||
await searchInput.type(`@${CARL_USERNAME}`);
|
||||
|
||||
debug('starting lookup');
|
||||
await window.locator(`button >> "${CARL_USERNAME}"`).click();
|
||||
await window.locator(`div.ListTile >> "${CARL_USERNAME}"`).click();
|
||||
|
||||
debug('sending a message');
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue