Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
Loading