Skip to content

Commit

Permalink
pkp#7495 OPS e2e tests migration for new submission listing and workf…
Browse files Browse the repository at this point in the history
…low side modal
  • Loading branch information
jardakotesovec committed Nov 7, 2024
1 parent 323dddc commit bf64b62
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions cypress/tests/integration/Categories.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*/

// Temporarly Skip until OMP&OPS is migrated to new side modal workflow
describe.skip('Tests categories in the submission wizard', function() {
describe('Tests categories in the submission wizard', function() {
var username = 'catauthor';
var familyName = 'Fraser'
var title = 'Test submission wizard with categories';
Expand Down
3 changes: 1 addition & 2 deletions cypress/tests/integration/DataAvailabilityStatements.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
* @file cypress/tests/integration/DataAvailabilityStatements.cy.js
*/

// Temporarly Skip until OMP&OPS is migrated to new side modal workflow

describe.skip('DataAvailabilityStatements', function () {
describe('DataAvailabilityStatements', function () {
var config = Cypress.env('dataAvailabilityTest');
var statement = 'This is an example of a data availability statement';

Expand Down
3 changes: 1 addition & 2 deletions cypress/tests/integration/Filenames.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*/

// Temporarly Skip until OMP&OPS is migrated to new side modal workflow
describe.skip('Filename support for different character sets', function() {
describe('Filename support for different character sets', function() {
it('#6898 Tests submission file download name is correct', function() {
var name = 'edição-£$L<->/4/ch 丹尼爾 a دانيال1d line \\n break.pdf';
var encodedName = 'edi%C3%A7%C3%A3o-%C2%A3%24L%3C-%3E%2F4%2Fch+%E4%B8%B9%E5%B0%BC%E7%88%BE+a+%D8%AF%D8%A7%D9%86%D9%8A%D8%A7%D9%841d+line+%5Cn+break.pdf';
Expand Down
3 changes: 1 addition & 2 deletions cypress/tests/integration/Multilingual.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
* Copyright (c) 2000-2021 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*/
// Temporarly Skip until OMP&OPS is migrated to new side modal workflow
describe.skip('Multilingual configurations', function() {
describe('Multilingual configurations', function() {
it('Tests when locale is active for Forms and Submissions but not UI', function() {
cy.login('dbarnes');
cy.visit('index.php/publicknowledge/management/settings/website');
Expand Down
1 change: 1 addition & 0 deletions pages/dashboard/PKPDashboardHandlerNext.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ public function index($args, $request)
'DECISION_EXTERNAL_REVIEW' => Decision::EXTERNAL_REVIEW,
'DECISION_SKIP_EXTERNAL_REVIEW' => Decision::SKIP_EXTERNAL_REVIEW,
'DECISION_INITIAL_DECLINE' => Decision::INITIAL_DECLINE,
'DECISION_REVERT_INITIAL_DECLINE' => Decision::REVERT_INITIAL_DECLINE,
'DECISION_SEND_TO_PRODUCTION' => Decision::SEND_TO_PRODUCTION,
'DECISION_BACK_FROM_COPYEDITING' => Decision::BACK_FROM_COPYEDITING,
'DECISION_NEW_EXTERNAL_ROUND' => Decision::NEW_EXTERNAL_ROUND,
Expand Down

0 comments on commit bf64b62

Please sign in to comment.