Skip to content

Commit

Permalink
pkp/pkp-lib#10760 View action is not available to the author per perm…
Browse files Browse the repository at this point in the history
…issions
  • Loading branch information
jardakotesovec committed Jan 6, 2025
1 parent 6d206a6 commit 5b249b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress/tests/data/60-content/AmwandengaSubmission.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,7 @@ describe('Data suite: Amwandenga', function() {

cy.openWorkflowMenu('Galleys')
cy.get('button:contains("Add galley")').should('not.exist');
cy.get('[data-cy="active-modal"] button[aria-label="More Actions"]').click();
cy.get('button:contains("View")').should('exist');
cy.get('[data-cy="active-modal"] button[aria-label="More Actions"]').should('not.exist')
});

it('Allow author to edit publication details', function() {
Expand Down

0 comments on commit 5b249b0

Please sign in to comment.