Skip to content

Commit

Permalink
test: update todomvc url
Browse files Browse the repository at this point in the history
  • Loading branch information
canstand committed Jan 22, 2024
1 parent b07abcb commit 9b3d63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/end-to-end-testing/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func main() {
assertErrorToNilf("could not create context: %w", err)
page, err := context.NewPage()
assertErrorToNilf("could not create page: %w", err)
_, err = page.Goto("http://todomvc.com/examples/react/")
_, err = page.Goto("http://todomvc.com/examples/typescript-react/")
assertErrorToNilf("could not goto: %w", err)

// Helper function to get the amount of todos on the page
Expand Down

0 comments on commit 9b3d63e

Please sign in to comment.