From 335cb6dd1373b4e0ee8d739abe3421e53b413071 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Thu, 27 Oct 2022 16:01:26 -0700 Subject: [PATCH] Fix mock server story tests --- 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 e8874c4aa7..481b294341 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');