Skip to content

Commit

Permalink
[#6] Fix UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
manh-t committed Jun 14, 2023
1 parent f78cebd commit cb7545d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ describe('Cypress', () => {

it('visits the app', () => {
cy.visit('/');

cy.findByTestId('app-link').should('be.visible');
// TODO Write UI test in integration task
});
});

0 comments on commit cb7545d

Please sign in to comment.