Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Aug 28, 2023
1 parent 43595f5 commit dbe237a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/admin.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ context('Admin', () => {
cy.get("[data-cy=updateSerial]").click()
cy.reload()
cy.get('[data-cy=servicestatus-tab]').click()
cy.get("[data-cy=deviceSerial] > input").should("have.value","STATICPARTcustompart")
cy.get("[data-cy=deviceSerial] > input").should("have.value","STATICPARTCUSTOMPART")
cy.get('[data-cy=letter-11]').should("have.css","color","rgb(0, 128, 0)")
cy.get('[data-cy=letter-10]').should("have.css","color","rgb(255, 0, 0)")
})
Expand Down

0 comments on commit dbe237a

Please sign in to comment.