Skip to content

Commit

Permalink
Fix ZLTO Reward field in Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 26, 2024
1 parent b3689be commit 543d545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/opportunities.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ describe(`Opportunities`, function () {

//* step 3: fill out form and click next
cy.wait(2000);
cy.get("input[name=yomaReward]").type(`1`);
cy.get("input[name=zltoReward]").type(`2`);
cy.get("input[name=zltoReward]").type(`1`);
cy.get("input[name=zltoRewardPool]").type(`2`);
cy.get("input[id=input_skills]").type(".net assemblies{enter}10 Gigabit Ethernet{enter}3D Animation{enter}");

cy.get("button[type=submit]").should("exist").click();
Expand Down

0 comments on commit 543d545

Please sign in to comment.