Skip to content

Commit

Permalink
Merge pull request rancher#10383 from yonasberhe23/add_missing_tags
Browse files Browse the repository at this point in the history
Adding missing tags to tests
  • Loading branch information
yonasberhe23 authored Feb 2, 2024
2 parents aa2653b + ce88c1d commit 7d9cea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/pages/explorer/cluster-tools.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PromptRemove from '@/cypress/e2e/po/prompts/promptRemove.po';

const clusterTools = new ClusterToolsPagePo('local');

describe('Cluster Tools', { tags: '@adminUser' }, () => {
describe('Cluster Tools', { tags: ['@explorer', '@adminUser'] }, () => {
beforeEach(() => {
cy.login();
});
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/tests/pages/explorer/storage/configmap.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ConfigMapPagePo } from '@/cypress/e2e/po/pages/explorer/config-map.po';
import ConfigMapPo from '@/cypress/e2e/po/components/storage/config-map.po';

describe('ConfigMap', () => {
describe('ConfigMap', { tags: ['@explorer', '@adminUser'] }, () => {
beforeEach(() => {
cy.login();
});
Expand Down

0 comments on commit 7d9cea1

Please sign in to comment.