Skip to content

Commit e723116

Browse files
authored
Fix Cypress tests after b029bc9 (#5089)
1 parent b2a66db commit e723116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/integration/actions_tasks3/case_107_connected_file_share.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ context('Connected file share.', () => {
99
const taskName = `Case ${caseId}`;
1010
const labelName = taskName;
1111
let stdoutToList;
12-
const assetLocalPath = `cypress/integration/actions_tasks3/assets/case_${caseId}`;
12+
const assetLocalPath = 'mounted_file_share';
1313

1414
function createOpenTaskWithShare() {
1515
cy.get('.cvat-create-task-dropdown').click();

0 commit comments

Comments
 (0)