Fix Cypress tests after b029bc9d (#5089)

main
Роман Донченко 3 years ago committed by GitHub
parent b2a66db76b
commit e723116e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ context('Connected file share.', () => {
const taskName = `Case ${caseId}`;
const labelName = taskName;
let stdoutToList;
const assetLocalPath = `cypress/integration/actions_tasks3/assets/case_${caseId}`;
const assetLocalPath = 'mounted_file_share';
function createOpenTaskWithShare() {
cy.get('.cvat-create-task-dropdown').click();

Loading…
Cancel
Save