You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: e2e/pages/filing-app/formAlerts.spec.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -186,8 +186,8 @@ test('Form Alerts', async ({
186
186
awaitclickContinueNext(test,page);
187
187
});
188
188
189
-
// Point of contact page
190
-
awaittest.step('Point of contact page',async()=>{
189
+
// Filing details page
190
+
awaittest.step('Filing details page',async()=>{
191
191
awaitexpect(page.locator('h1'),'h1 is correct').toContainText(
192
192
'Provide filing details',
193
193
);
@@ -199,7 +199,7 @@ test('Form Alerts', async ({
199
199
page.locator('.m-notification__error'),
200
200
'Error alert is visible',
201
201
).toContainText(
202
-
'There was a problem updating your filing detailsEnter the first name of the point of contactEnter the last name of the point of contactEnter the phone number of the point of contactEnter the email address of the point of contactEnter the street address of the point of contactEnter the city of the point of contactSelect the state or territory of the point of contactEnter the ZIP code of the point of contact',
202
+
'There was a problem updating your filing detailsIndicate your voluntary reporter statusEnter the first name of the point of contactEnter the last name of the point of contactEnter the phone number of the point of contactEnter the email address of the point of contactEnter the street address of the point of contactEnter the city of the point of contactSelect the state or territory of the point of contactEnter the ZIP code of the point of contact',
0 commit comments