Skip to content

Commit

Permalink
Fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry350 committed Oct 27, 2020
1 parent a077686 commit 3738bee
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ Then(`it displays list of relevant js errors`, () => {
cy.get('.euiBasicTable-loading').should('not.be.visible');
cy.get('.euiStat__title-isLoading').should('not.be.visible');

getDataTestSubj('uxJsErrorsTotal').should('have.text', 'Total errors110');

getDataTestSubj('uxJsErrorRate').should(
'have.text',
'Error rate100 %Error rate 100 %'
);
getDataTestSubj('uxJsErrorsTotal').should('have.text', 'Total errors112');

getDataTestSubj('uxJsErrorTable').within(() => {
cy.get('tr.euiTableRow', DEFAULT_TIMEOUT)
Expand Down

0 comments on commit 3738bee

Please sign in to comment.