Skip to content

Commit

Permalink
fixes 'Configures a new connector' flaky test (#69011)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
MadameSheema and elasticmachine authored Jun 15, 2020
1 parent 2a9fc23 commit 80ab0d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import { loginAndWaitForPageWithoutDateRange } from '../tasks/login';

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

// FLAKY: https://github.com/elastic/kibana/issues/65278
describe.skip('Cases connectors', () => {
describe('Cases connectors', () => {
before(() => {
cy.server();
cy.route('POST', '**/api/actions/action').as('createConnector');
Expand All @@ -33,6 +32,7 @@ describe.skip('Cases connectors', () => {

cy.wait('@createConnector').its('status').should('eql', 200);
cy.get(TOASTER).should('have.text', "Created 'New connector'");
cy.get(TOASTER).should('not.exist');

selectLastConnectorCreated();

Expand Down

0 comments on commit 80ab0d9

Please sign in to comment.