Skip to content

Commit

Permalink
test commit 3
Browse files Browse the repository at this point in the history
  • Loading branch information
klakhov committed Sep 24, 2024
1 parent c13b977 commit 6516048
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cypress/e2e/features/ground_truth_jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ context('Ground truth jobs', () => {
)).then((jobResponse) => {
groundTruthJobID = jobResponse.jobID;
}).then(() => {
// comment to run ci 2
cy.visit(`/tasks/${taskID}/quality-control#management`);
cy.get('.cvat-quality-control-management-tab').should('exist').and('be.visible');
cy.get('.cvat-annotations-quality-allocation-table-summary').should('exist').and('be.visible');
Expand Down

0 comments on commit 6516048

Please sign in to comment.