Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzuming committed Nov 11, 2024
1 parent 55d33cd commit b123cf3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e-tests/cypress/e2e/Spaces.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as semver from 'semver';
import { Login } from '../support/page-objects/Login';
import { Loader } from '../support/page-objects/Loader';
import { KibanaNavigation } from '../support/page-objects/KibanaNavigation';
import { Spaces } from '../support/page-objects/Spaces';
import { getKibanaVersion, userCredentials } from '../support/helpers';
import { kbnApiAdvancedClient } from '../support/helpers/KbnApiAdvancedClient';

Expand Down Expand Up @@ -86,7 +85,5 @@ describe('Spaces', () => {
KibanaNavigation.openHomepage();
KibanaNavigation.openKibanaNavigation();
KibanaNavigation.checkIfNotExists('Analytics');

Spaces.removeSpace('Test');
});
});

0 comments on commit b123cf3

Please sign in to comment.