Skip to content

Commit

Permalink
Update cypress/support/hostsfunctions.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Hradil <[email protected]>
  • Loading branch information
tiyiprh and himdel authored Aug 27, 2024
1 parent f638147 commit dba3b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/hostsfunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function createAndCheckHost(host_type: string, inventory: string) {
cy.getByDataCy('description').type('This is the description');

if (host_type === 'stand_alone_host') {
cy.singleSelectByDataCy('[data-cy="inventory-form-group"]', inventory);
cy.singleSelectByDataCy('inventory-form-group', inventory);
}

// after creation - verify data is currect
Expand Down

0 comments on commit dba3b24

Please sign in to comment.