Skip to content

Commit

Permalink
Skip alert test only
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraig3 committed Feb 16, 2022
1 parent 963ae6c commit 5e1840a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cypress/integration/alert.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

const NEW_TAB_REL_DEFAULT_VALUE = 'noreferrer noopener';

describe('Alert Block', () => {
describe.skip('Alert Block', () => {
before(() => {
cy.testSetup();
});

beforeEach(() => {
cy.login();

cy.createNewPost();
});

Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/article.gc.admin.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { addArticle } from "./util";

/// <reference types="Cypress" />

describe.skip('Add Article Admin', () => {
describe('Add Article Admin', () => {
it('GC Admin can add an article', async () => {
cy.addUser('gcadmin', 'secret', 'administrator');
cy.login('gcadmin', 'secret');
Expand Down

0 comments on commit 5e1840a

Please sign in to comment.