Skip to content

Commit

Permalink
[Security Solution] Unskipping `x-pack/test/security_solution_cypress…
Browse files Browse the repository at this point in the history
…/cypress/e2e/explore/users/` working tests on serverless (elastic#169475)
  • Loading branch information
MadameSheema authored Oct 23, 2023
1 parent 882e0bf commit 0a44a58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
} from '../../../tasks/alerts';
import { USER_COLUMN } from '../../../screens/alerts';

describe('user details flyout', () => {
describe('user details flyout', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
cleanKibana();
login();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import { RISK_SCORE_TAB, RISK_SCORE_TAB_CONTENT } from '../../../screens/users/u
import { cleanKibana } from '../../../tasks/common';

import { login } from '../../../tasks/login';
import { visit, visitUserDetailsPage } from '../../../tasks/navigation';
import { visitUserDetailsPage, visitWithTimeRange } from '../../../tasks/navigation';

import { USERS_URL } from '../../../urls/navigation';

describe('Users stats and tables', () => {
describe('Users stats and tables', { tags: ['@ess', '@serverless'] }, () => {
before(() => {
cleanKibana();
cy.task('esArchiverLoad', { archiveName: 'users' });
Expand All @@ -30,7 +30,7 @@ describe('Users stats and tables', () => {

beforeEach(() => {
login();
visit(USERS_URL);
visitWithTimeRange(USERS_URL);
});

after(() => {
Expand Down

0 comments on commit 0a44a58

Please sign in to comment.