Skip to content

Commit

Permalink
Enable the remaining resource-search.spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
codyrancher committed Aug 28, 2024
1 parent 03c392e commit 5c9ab7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/pages/explorer2/resource-search.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('Cluster Dashboard', { testIsolation: 'off', tags: ['@explorer2', '@adm
dialog.checkNotExists();
});

it.skip('can show resource dialog when namespace chooser is open', () => {
it('can show resource dialog when namespace chooser is open', () => {
const namespacePicker = new NamespaceFilterPo();

namespacePicker.toggle();
Expand Down

0 comments on commit 5c9ab7b

Please sign in to comment.