Skip to content

Commit c6dfcee

Browse files
committed
fix: staff permission in review management
1 parent d295b8d commit c6dfcee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/features/data-visibility-and-review.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Feature: Manage data visibility separately from review in the backend
149149
@management @status_change
150150
Scenario: Making internal data public without re-review
151151
Given a <data_type> is currently visibility internal and review_status approved
152-
And appropriate authorization has been obtained
152+
And staff has the correct permissions to change visibility
153153
When staff changes the visibility to public
154154
Then the <data_type> should become visible to unauthenticated users
155155
And the review_status should remain approved

0 commit comments

Comments
 (0)