Skip to content

Commit

Permalink
[tests-only]Fixed order dependent flaky test detected in files_classi…
Browse files Browse the repository at this point in the history
…fiers
  • Loading branch information
Talank authored and phil-davis committed Dec 5, 2021
1 parent 22d3758 commit b7306da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Feature: copying from public link share
And as "Alice" folder "/PARENT/testFolder" should exist
And as "Alice" folder "/PARENT/copy1.txt" should exist
And as "Alice" file "/PARENT/copy1.txt/testfile.txt" should exist
And the content of file "/PARENT/testFolder/testfile.txt" for user "Alice" should be "some data"
And the content of file "/PARENT/copy1.txt/testfile.txt" for user "Alice" should be "some data"
And the content of file "/PARENT/testFolder/testfile.txt" for user "Alice" should be "some data"

@issue-ocis-reva-373 @issue-37683
Scenario: Copy file within a public link folder to a file with name same as an existing folder
Expand Down

0 comments on commit b7306da

Please sign in to comment.