Skip to content

Commit 8047ca6

Browse files
committed
update test
1 parent c4fec0f commit 8047ca6

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/apm/e2e/cypress/support/step_definitions/csm

1 file changed

+1
-1
lines changed

x-pack/plugins/apm/e2e/cypress/support/step_definitions/csm/js_errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Then(`it displays list of relevant js errors`, () => {
5454
.invoke('text')
5555
.should(
5656
'eq',
57-
'Error messageUncaught Error: Test Error in dashboardImpacted page loads100.0 %'
57+
'Error messageUncaught Error: Test Error in ordersImpacted page loads100.0 %'
5858
);
5959
});
6060
});

0 commit comments

Comments
 (0)