Skip to content

Commit

Permalink
Merge pull request #12340 from codyrancher/e2e-2
Browse files Browse the repository at this point in the history
Re-enabling `Registries for RKE2` e2e test
  • Loading branch information
codyrancher authored Oct 24, 2024
2 parents b6121d4 + 1ce3721 commit e7876c6
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 e7876c6

Please sign in to comment.