Skip to content

Commit

Permalink
Update src/test/shareByUrl.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: asanzo <[email protected]>
  • Loading branch information
tfloxolodeiro and asanzo authored Dec 11, 2023
1 parent 651e3dc commit d658df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/shareByUrl.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe("Share by url", () => {
const urlText = await screen.findByRole('textbox')

//The url text is not changing in the text
expect(urlText.getAttribute('value')).toBe("localhost:3000/#/desafio/guardado/newShared")
expect(urlText.getAttribute('value')).toBe(`${process.env.REACT_APP_PB_APP_URL}/#/desafio/guardado/newShared`)
})

})
Expand Down

0 comments on commit d658df5

Please sign in to comment.