[Cases] Fix connector's cypress test (#115531)

This commit is contained in:
Christos Nasikas 2021-10-20 12:28:18 +03:00 committed by GitHub
parent cdd9d0cdef
commit c761909c1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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',

View file

@ -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"]';