Skip to content

Commit

Permalink
Enabling e2e tests that are now resolved by other commits
Browse files Browse the repository at this point in the history
  • Loading branch information
codyrancher committed Oct 17, 2024
1 parent 73bff03 commit b73ee1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/pages/charts/v2-monitoring.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { generateV2MonitoringForLocalCluster } from '@/cypress/e2e/blueprints/ot
import V2Monitoring from '@/cypress/e2e/po/other-products/v2-monitoring.po';
import PreferencesPagePo from '@/cypress/e2e/po/pages/preferences.po';

describe.skip('[Vue3 Skip]: V2 monitoring Chart', { tags: ['@charts', '@adminUser'] }, () => {
describe('V2 monitoring Chart', { tags: ['@charts', '@adminUser'] }, () => {
beforeEach(() => {
cy.login();

Expand Down

0 comments on commit b73ee1c

Please sign in to comment.