Skip to content

Commit

Permalink
Restore admin cypress tests (#3942)
Browse files Browse the repository at this point in the history
  • Loading branch information
janette committed Apr 13, 2023
1 parent cd8e76e commit 39dead7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/08_admin_views.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as dkan from '../support/helpers/dkan'

context.skip('Admin content and dataset views', () => {
context('Admin content and dataset views', () => {
let baseurl = Cypress.config().baseUrl;

beforeEach(() => {
Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/09_admin_links.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
context.skip('Administration pages', () => {
context('Administration pages', () => {
let baseurl = Cypress.config().baseUrl;
beforeEach(() => {
const user_credentials = Cypress.env('TEST_USER_CREDENTIALS')
Expand Down

0 comments on commit 39dead7

Please sign in to comment.