Fix mock server story tests
This commit is contained in:
parent
32a8a0161d
commit
335cb6dd13
1 changed files with 2 additions and 2 deletions
|
@ -106,9 +106,9 @@ describe('story/no-sender-key', function needsName() {
|
|||
.locator('.StoryCreator__toolbar button >> "Next"')
|
||||
.click();
|
||||
|
||||
debug('Selecting "My Stories"');
|
||||
debug('Selecting "My Story"');
|
||||
await window
|
||||
.locator('.SendStoryModal__distribution-list__name >> "My Stories"')
|
||||
.locator('.SendStoryModal__distribution-list__name >> "My Story"')
|
||||
.click();
|
||||
|
||||
debug('Hitting Send');
|
||||
|
|
Loading…
Reference in a new issue