Skip to content

Commit

Permalink
Re-enabling Registries for RKE2 e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
codyrancher committed Oct 23, 2024
1 parent fa2e6dd commit 1ce3721
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/manager/registries.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { machineSelectorConfigPayload, registriesWithSecretPayload } from '@/cyp
const registryHost = 'docker.io';
const registryAuthHost = 'a.registry.com';

describe.skip('[Vue3 Skip]: Registries for RKE2', { tags: ['@manager', '@adminUser'] }, () => {
describe('Registries for RKE2', { tags: ['@manager', '@adminUser'] }, () => {
beforeEach(() => {
cy.login();
cy.createE2EResourceName('cluster').as('clusterName');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export default {
:mode="mode"
:data-testid="`registry-auth-host-input-${i}`"
/>
<SelectOrCreateAuthSecret
v-model:value="row.value.authConfigSecretName"
:register-before-hook="wrapRegisterBeforeHook"
Expand All @@ -168,6 +167,7 @@ export default {
generate-name="registryconfig-auth-"
:data-testid="`registry-auth-select-or-create-${i}`"
:cache-secrets="true"
@update:value="update"
/>
</div>
<div class="col span-6">
Expand Down

0 comments on commit 1ce3721

Please sign in to comment.