mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
(cherry picked from commit aa11010f01
)
Co-authored-by: liza-mae <liza-mae@users.noreply.github.com>
This commit is contained in:
parent
8df4c1fdb2
commit
5efe05d410
1 changed files with 4 additions and 1 deletions
|
@ -75,7 +75,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Options List Control creation and editing experience', async () => {
|
||||
// Skip on cloud until issue is fixed
|
||||
// Issue: https://github.com/elastic/kibana/issues/141280
|
||||
describe('Options List Control creation and editing experience', function () {
|
||||
this.tags(['skipCloudFailedTest']);
|
||||
it('can add a new options list control from a blank state', async () => {
|
||||
await dashboardControls.createControl({
|
||||
controlType: OPTIONS_LIST_CONTROL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue