`.should("contain", links[0].href)` should probabl...
# e2e-testing
g
.should("contain", links[0].href)
should probably be
.should("contain", links[index].href)