Skip to content

Commit

Permalink
Fix mock server story tests
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and indutny-signal committed Oct 28, 2022
1 parent cc289d7 commit 843a47d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/test-mock/rate-limit/story_test.ts
Expand Up @@ -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');
Expand Down

0 comments on commit 843a47d

Please sign in to comment.