- π³π±Netherlands bojan_dev
In 6.0 we migrate some tests to Kernel tests, but some are still needed in browser, e.g: when dealing with Authorization Code Grant there is a case where a grant form is presented in the authorization flow.
Even though we're testing interactions that would happen in a browser, I don't think we actually need to test grants _with_ a browser. IOW, we can mock up the requests and responses and save a lot of time on the test runner by running these through the Drupal request handling logic, but not need to do the calls with Mink. Need to flesh out this idea.
Closed: won't fix
5.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
In 6.0 we migrate some tests to Kernel tests, but some are still needed in browser, e.g: when dealing with Authorization Code Grant there is a case where a grant form is presented in the authorization flow.