Skip to content

Commit

Permalink
test(cypress): update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Nov 28, 2023
1 parent d43aa0d commit c4edceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/ui/textInput.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ context('Primitives/TextInput', () => {
cy.get('#text-input-example + span').should(
'have.css',
'boxShadow',
'rgb(14, 217, 217) 0px 0px 0px 1px inset, rgb(220, 227, 228) 0px 0px 0px 1px inset',
'rgb(56, 139, 255) 0px 0px 0px 1px inset, rgb(220, 227, 228) 0px 0px 0px 1px inset',
)
})
})

0 comments on commit c4edceb

Please sign in to comment.