Skip to content

Commit

Permalink
removed unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
animehart committed Nov 21, 2024
1 parent d02b0ac commit 7b3e10a
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
DETECTION_RESPONSE,
DASHBOARDS,
CSP_DASHBOARD,
KUBERNETES,
INDICATORS,
BLOCKLIST,
CSP_BENCHMARKS,
Expand Down Expand Up @@ -54,7 +53,6 @@ import {
EXPLORE_URL,
MANAGE_URL,
CSP_DASHBOARD_URL,
KUBERNETES_URL,
BLOCKLIST_URL,
CSP_BENCHMARKS_URL,
CSP_FINDINGS_URL,
Expand Down Expand Up @@ -113,11 +111,6 @@ describe('top-level navigation common to all pages in the Security app', { tags:
navigateFromHeaderTo(ENTITY_ANALYTICS);
cy.url().should('include', ENTITY_ANALYTICS_URL);
});
// Skipping this until alternative k8s datasource is found
it.skip('navigates to the Kubernetes page', () => {
navigateFromHeaderTo(KUBERNETES);
cy.url().should('include', KUBERNETES_URL);
});

it('navigates to the CSP dashboard page', () => {
navigateFromHeaderTo(CSP_DASHBOARD);
Expand Down Expand Up @@ -288,11 +281,6 @@ describe('Serverless side navigation links', { tags: '@serverless' }, () => {
navigateFromHeaderTo(ServerlessHeaders.ENTITY_ANALYTICS, true);
cy.url().should('include', ENTITY_ANALYTICS_URL);
});
// Skipping this until alternative k8s datasource is found
it.skip('navigates to the Kubernetes page', () => {
navigateFromHeaderTo(ServerlessHeaders.KUBERNETES, true);
cy.url().should('include', KUBERNETES_URL);
});

it('navigates to the CSP dashboard page', () => {
navigateFromHeaderTo(ServerlessHeaders.CSP_DASHBOARD, true);
Expand Down

0 comments on commit 7b3e10a

Please sign in to comment.