From 843a47d376eee37bcf994bab2af4f2a99fe148ef Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Thu, 27 Oct 2022 17:09:29 -0700 Subject: [PATCH] Fix mock server story tests Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> --- ts/test-mock/rate-limit/story_test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/test-mock/rate-limit/story_test.ts b/ts/test-mock/rate-limit/story_test.ts index e8874c4aa72..481b2943412 100644 --- a/ts/test-mock/rate-limit/story_test.ts +++ b/ts/test-mock/rate-limit/story_test.ts @@ -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');