Skip to content

Commit

Permalink
skips Overview tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Jul 1, 2020
1 parent 33307ba commit b045a5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { loginAndWaitForPage } from '../tasks/login';

import { OVERVIEW_URL } from '../urls/navigation';

describe('Overview Page', () => {
describe.skip('Overview Page', () => {
before(() => {
cy.stubSecurityApi('overview');
loginAndWaitForPage(OVERVIEW_URL);
Expand Down

0 comments on commit b045a5b

Please sign in to comment.