Skip to content

Commit

Permalink
[ML] Fix assertion text.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Sep 9, 2021
1 parent 9ef0fed commit b053e55
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const apmFailedTransactionsCorrelationsTabTitle = await testSubjects.getVisibleText(
'apmFailedTransactionsCorrelationsTabTitle'
);
expect(apmFailedTransactionsCorrelationsTabTitle).to.be('Failed transactions');
expect(apmFailedTransactionsCorrelationsTabTitle).to.be(
'Failed transactions latency distribution'
);

// Assert that the data fully loaded to 100%
const apmFailedTransactionsCorrelationsProgressTitle = await testSubjects.getVisibleText(
Expand Down

0 comments on commit b053e55

Please sign in to comment.