Skip to content

Commit

Permalink
[Cases] Fix connector's cypress test (#115531)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas authored Oct 20, 2021
1 parent cdd9d0c commit c761909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ import { loginAndWaitForPageWithoutDateRange } from '../../tasks/login';

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

// Skipping flakey test: https://github.com/elastic/kibana/issues/115438
describe.skip('Cases connectors', () => {
describe('Cases connectors', () => {
const configureResult = {
connector: {
id: 'e271c3b8-f702-4fbc-98e0-db942b573bbd',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const SERVICE_NOW_CONNECTOR_CARD = '[data-test-subj=".servicenow-card"]';

export const TOASTER = '[data-test-subj="euiToastHeader"]';

export const URL = '[data-test-subj="apiUrlFromInput"]';
export const URL = '[data-test-subj="credentialsApiUrlFromInput"]';

export const USERNAME = '[data-test-subj="connector-servicenow-username-form-input"]';

Expand Down

0 comments on commit c761909

Please sign in to comment.