Skip to content

Commit

Permalink
Add check container existing
Browse files Browse the repository at this point in the history
  • Loading branch information
dvkruchinin committed Mar 25, 2021
1 parent 59da23d commit b6e873c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ context('Create an annotation task with manifest.', () => {
cy.checkFrameNum(0);
cy.get('.cvat-player-filename-wrapper').should('have.text', 'image_case_65_1.png');
cy.get('.cvat-player-next-button').click();
cy.get('.cvat-canvas-container').should('exist');
cy.checkFrameNum(1);
cy.get('.cvat-player-filename-wrapper').should('have.text', 'image_case_65_2.png');
});
Expand Down

0 comments on commit b6e873c

Please sign in to comment.