Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
svevang committed Feb 5, 2025
1 parent af44210 commit 8f1bd7a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions cypress/e2e/augury.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ describe("Augury", () => {
cy.get("#inventory_notes").clear();
cy.get("#inventory_notes").type(`Inventory Notes: ${canary}`);

cy.get("#inventory_onboarding_state_attributes_first_week_downloads")
.clear()
.type("100");

cy.get("#inventory_onboarding_state_attributes_week_minimum_downloads")
.clear()
.type("10");
cy.get("#inventory_onboarding_state_attributes_first_week_downloads").clear();
cy.get("#inventory_onboarding_state_attributes_first_week_downloads").type("100");
cy.get("#inventory_onboarding_state_attributes_week_minimum_downloads").clear();
cy.get("#inventory_onboarding_state_attributes_week_minimum_downloads").type("10");

cy.contains(".btn", "Update Series").click();
cy.contains("Series successfully updated");
Expand Down

0 comments on commit 8f1bd7a

Please sign in to comment.