Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Jul 21, 2023
1 parent 0d13933 commit 9acb0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codeception/acceptance/ItemSelectionCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function testFolderContext(AcceptanceTester $I)
$I->click('.chkCnt', '.files-action-menu');
$I->click('Move', '.files-action-menu');
$I->waitForText('Move files', null, '#globalModal');
$I->click('[data-id="3"]');
$I->click('[data-id="4"]');
$I->click('Save', '#globalModal');
$I->seeError('Some files could not be moved: Folder test can\'t be moved to itself!');
$I->seeInFileList('test');
Expand Down

0 comments on commit 9acb0a9

Please sign in to comment.