Skip to content

Commit

Permalink
Update e2e/cypress/integration/readme.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kaspar Emanuel <[email protected]>
  • Loading branch information
AbdulrhmnGhanem and kasbah authored Oct 27, 2022
1 parent eaa25bc commit 3d3a4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/integration/readme.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ describe('Readme style', () => {
cy.get('[data-cy=readme]').should('contain.text', '🤓')
})

it('should not modify the urls for GitHub Actions badges', () => {
it('preserves URLs for GitHub Actions badges', () => {
const username = getFakeUsername()
const email = faker.unique(faker.internet.email)
const password = '123456'
Expand Down

0 comments on commit 3d3a4f9

Please sign in to comment.