Skip to content

Commit

Permalink
test: fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Dec 18, 2023
1 parent 6efeb25 commit 852d06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/cucumber/features/smoke/link.feature
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ Feature: link
| resource |
| lorem.txt |
When "Brian" opens the public link "textLink"
Then for "Brian" file "shareToBrian.txt" should be selected
And "Brian" closes the file viewer
When "Brian" opens the public link "markdownLink"
Then for "Brian" file "shareToBrian.md" should be selected
And "Brian" closes the file viewer
When "Brian" opens the public link "pdfLink"
Then for "Brian" file "simple.pdf" should be selected
When "Brian" opens the public link "imageLink"
Expand Down

0 comments on commit 852d06a

Please sign in to comment.