Skip to content

Commit

Permalink
test: remove activity text
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Sep 24, 2024
1 parent 09fdae1 commit 4dafe27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/cucumber/features/smoke/activity.feature
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Feature: Users can see all activities of the resources and spaces
When "Brian" logs in
And "Brian" navigates to the shared with me page
Then "Brian" should not see any activity of the following resource
| resource | activity |
| sharedFolder/subFolder | alice added subFolder to sharedFolder |
| resource |
| sharedFolder/subFolder |
And "Brian" logs out
2 changes: 1 addition & 1 deletion tests/e2e/cucumber/steps/ui/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ Then(
const resourceObject = new objects.applicationFiles.Resource({ page })

for (const info of stepTable.hashes()) {
await resourceObject.checkEmptyActivity({ resource: info.resource, activity: info.activity })
await resourceObject.checkEmptyActivity({ resource: info.resource })
}
}
)

0 comments on commit 4dafe27

Please sign in to comment.