Skip to content

Commit 6f75c84

Browse files
authored
Update text in email-subscriptions-test (#1565)
* Amended the existing test to point the correct update text in email-subscriptions-test * Amended the existing test to point the correct update text * Amended the existing test to point the correct update text
1 parent 6e6fe8e commit 6f75c84

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/test/end-to-end/tests/system-admin/blob-explorer-test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ Scenario('I as a system admin should be able to re-submit subscription for a pub
118118
I.click('Confirm');
119119
I.waitForText('Subscription re-submitted');
120120
I.see('What do you want to do next?');
121-
I.see('Blob Explorer Locations');
122121

123122
I.click('Blob explorer - Locations');
124123
I.waitForText('Choose a location to see all publications associated with it.');

src/test/end-to-end/tests/system-admin/manage-third-party-users-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ Scenario('Third party user management show proper error messages', async ({ I })
131131

132132
I.click('#delete-user-confirm');
133133
I.click('Continue');
134-
I.waitForText('Third party user created');
134+
I.waitForText('Third party user deleted');
135135
I.logoutSsoSystemAdmin();
136136
}).tag('@Nightly');

src/test/end-to-end/tests/verified/email-subscriptions-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Scenario(
421421
I.waitForText('Subscribe by court or tribunal name');
422422
I.click('Continue');
423423
I.waitForText('There is a problem');
424-
I.see('At least 1 subscription is needed.');
424+
I.see('At least one subscription is needed.');
425425

426426
I.click('Add Subscriptions');
427427
I.click('#subscription-choice-1');

0 commit comments

Comments
 (0)