diff --git a/src/test/end-to-end/tests/system-admin/blob-explorer-test.ts b/src/test/end-to-end/tests/system-admin/blob-explorer-test.ts index 91735fbda..f5866b4ad 100644 --- a/src/test/end-to-end/tests/system-admin/blob-explorer-test.ts +++ b/src/test/end-to-end/tests/system-admin/blob-explorer-test.ts @@ -118,7 +118,6 @@ Scenario('I as a system admin should be able to re-submit subscription for a pub I.click('Confirm'); I.waitForText('Subscription re-submitted'); I.see('What do you want to do next?'); - I.see('Blob Explorer Locations'); I.click('Blob explorer - Locations'); I.waitForText('Choose a location to see all publications associated with it.'); diff --git a/src/test/end-to-end/tests/system-admin/manage-third-party-users-test.ts b/src/test/end-to-end/tests/system-admin/manage-third-party-users-test.ts index 7f81df110..d3c56936e 100644 --- a/src/test/end-to-end/tests/system-admin/manage-third-party-users-test.ts +++ b/src/test/end-to-end/tests/system-admin/manage-third-party-users-test.ts @@ -131,6 +131,6 @@ Scenario('Third party user management show proper error messages', async ({ I }) I.click('#delete-user-confirm'); I.click('Continue'); - I.waitForText('Third party user created'); + I.waitForText('Third party user deleted'); I.logoutSsoSystemAdmin(); }).tag('@Nightly'); diff --git a/src/test/end-to-end/tests/verified/email-subscriptions-test.ts b/src/test/end-to-end/tests/verified/email-subscriptions-test.ts index 4aa661980..4eb1c506f 100644 --- a/src/test/end-to-end/tests/verified/email-subscriptions-test.ts +++ b/src/test/end-to-end/tests/verified/email-subscriptions-test.ts @@ -421,7 +421,7 @@ Scenario( I.waitForText('Subscribe by court or tribunal name'); I.click('Continue'); I.waitForText('There is a problem'); - I.see('At least 1 subscription is needed.'); + I.see('At least one subscription is needed.'); I.click('Add Subscriptions'); I.click('#subscription-choice-1');