Fix mock server story tests

This commit is contained in:
Fedor Indutny 2022-10-27 16:01:26 -07:00 committed by GitHub
parent 32a8a0161d
commit 335cb6dd13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');