Skip to content

Commit

Permalink
test: add trial logs navigation test (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidzr authored Jul 22, 2020
1 parent 10aac23 commit 44fc7e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webui/tests/cypress/integration/02-navigation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ describe('Navigation', () => {
cy.visit('/det/logs');
cy.get(sectionTitleSelector).contains('Master Logs');
});

it.skip('path /det/trials/:id/logs should display Trial Logs', () => {
cy.visit('/det/trials/1/logs');
cy.get(sectionTitleSelector).contains('Logs for Trial');
});
});

describe('side menu buttons', () => {
Expand Down

0 comments on commit 44fc7e1

Please sign in to comment.