Skip to content

Commit

Permalink
ci/ui: add workaround for dhcp test
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk committed Feb 27, 2024
1 parent ebbe673 commit d344a5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Machine inventory testing', () => {
const uiPassword = "rancherpassword"
let hostname = ""
// Test if machine inventory uses hostname given by DHCP
utils.isK8sVersion("k3s") && utils.isCypressTag("main") ? hostname=('node-001') : hostname=('my-machine');
utils.isK8sVersion("k3s") && utils.isCypressTag("main") ? hostname=('rancher-') : hostname=('my-machine');

beforeEach(() => {
(uiAccount == "user") ? cy.login(elementalUser, uiPassword) : cy.login();
Expand Down

0 comments on commit d344a5a

Please sign in to comment.