Join Discord
Powered by
`.should("contain", links[0].href)` should probabl...
# e2e-testing
g
gray-kilobyte-89541
09/14/2022, 5:45 PM
.should("contain", links[0].href)
should probably be
.should("contain", links[index].href)
Previous
Next