mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fixes 'Configures a new connector' flaky test (#69011)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
2a9fc23673
commit
80ab0d9792
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue