mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Cases] Fix connector's cypress test (#115531)
This commit is contained in:
parent
cdd9d0cdef
commit
c761909c1e
2 changed files with 2 additions and 3 deletions
|
@ -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',
|
||||
|
|
|
@ -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"]';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue