Skip to content

Commit

Permalink
Test if GitHub actions has problems with SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Nov 17, 2023
1 parent b54f393 commit 64e7a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/cypress/component/ReactVisual.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('natural size', () => {

it('renders image', () => {
cy.mount(<ReactVisual
image='https://placehold.co/200x200'
image='https://placehold.co/200x200.png'
alt=''/>)
cy.get('img').its('[0].complete').should('equal', true)
cy.get('img').hasDimensions(200, 200)
Expand Down

0 comments on commit 64e7a0e

Please sign in to comment.