Closed aik099 closed 7 months ago
I've decided to take an alternative approach to this. Instead of making SelectorsHandler available for QA-Tools to inject a new selectors handler the https://github.com/qa-tools/qa-tools/pull/222 removes the need to inject anything in the first place.
The only road blocker for QA-Tools library before it will be Mink 2.0 compatible is inability to inject customer selectors handler into the Mink created sessions (see https://github.com/qa-tools/qa-tools/issues/104).
To resolve this issue we need to:
SelectorsHandler
once per test suiteSessionFactory
during session creationBrowserTestCase
test case class