Skip to content

Commit

Permalink
Fix cy test missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Sep 21, 2023
1 parent 03e4537 commit 7f4e9e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
} from '../../tasks/response_actions';
import { cleanupRule, generateRandomStringName, loadRule } from '../../tasks/api_fixtures';
import { RESPONSE_ACTION_TYPES } from '../../../../../common/api/detection_engine';
import { ROLE } from '../../tasks/login';
import { login, ROLE } from '../../tasks/login';

describe('Form', { tags: '@ess' }, () => {
describe('User with no access can not create an endpoint response action', () => {
Expand Down

0 comments on commit 7f4e9e7

Please sign in to comment.