Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Commit bcfb0ea

Browse files
authored
Merge pull request #341 from nshidlin/fix-ssh-key-field-id-cypress
updating ssh public key id in iso creation module
2 parents 1b302d3 + a625d5a commit bcfb0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cypress/integration/shared.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const generateIso = (
143143
// see that the modal popped up
144144
cy.get('#pf-modal-part-6').should('be.visible');
145145
// feed in the public ssh key
146-
cy.get('#form-input-sshPublicKey-discovery-field').type(sshPubKey);
146+
cy.get('#sshPublicKey').type(sshPubKey);
147147
let aborted = false;
148148
cy.server({
149149
onAnyAbort: (...args) => {

0 commit comments

Comments
 (0)