Skip to content
#

acceptance-testing

Here are 145 public repositories matching this topic...

bigtest
jnicklas
jnicklas commented Aug 31, 2020

The exists and absent interactions currently use unsafeSyncResolve under the hood, just like actions do. However, this isn't ideal. Given the following markup:

<a href="/foo">Foo</a>
<a href="/bar">Foo</a>

We would expect an interactor like this to succeed:

Link("Foo").exists()

However it gets a bit murkier when we get to something like this:

Improve this page

Add a description, image, and links to the acceptance-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the acceptance-testing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.