Skip to content

Commit

Permalink
add two more cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiota committed Oct 12, 2021
1 parent e35d639 commit ff64372
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
await observability.alerts.common.getAddToNewCaseSelectorOrFail();
});
});

it('opens a flyout when Add to new case is clicked', async () => {});

it('opens a modal when Add to existing case is clicked', async () => {});
});

describe('When user has read permissions for cases', () => {
Expand Down

0 comments on commit ff64372

Please sign in to comment.