Skip to content

Commit

Permalink
pkp#10115 Re-enable skipped cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Nov 14, 2024
1 parent 77940cb commit 47a0851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Data suite tests', function() {
});
});
});
it.skip('Imports submissions from XML', function() {
it('Imports submissions from XML', function() {
var username = 'admin';
cy.login(username, 'admin');

Expand Down

0 comments on commit 47a0851

Please sign in to comment.