Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Sep 21, 2020
1 parent 1897bd3 commit 00d7283
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Then(`it displays top pages in the suggestion popover`, () => {
listOfUrls.should('have.length', 5);

const actualUrlsText = [
'http://opbeans-node:3000/dashboardPage views: 17Page load duration: 108.734 ms Select',
'http://opbeans-node:3000/ordersPage views: 14Page load duration: 71.5895 ms',
'http://opbeans-node:3000/dashboardPage views: 17Page load duration: 109 ms Select',
'http://opbeans-node:3000/ordersPage views: 14Page load duration: 72 ms',
];

cy.get('li.euiSelectableListItem')
Expand Down

0 comments on commit 00d7283

Please sign in to comment.