Problem/Motivation
Quicktabs instances are intended to be exposed as blocks and placed through Drupal's Block Layout UI, but the current test coverage does not verify that workflow. Existing functional coverage tests creating and deleting a Quicktabs instance, but not placing the derived Quicktabs block in a region and confirming it renders as expected.
Proposed resolution
Add functional test coverage for placing a Quicktabs block through Block Layout after creating a Quicktabs instance. Verify that the Quicktabs block is available for placement, can be assigned to a region, and renders the expected tabs on the page.
Issue fork quicktabs-3532891
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
joelpittetAttempting to flush out, I hope this is what you meant @smustgrave? Feel free to correct me if I am wrong. Just cleaning up this queue.
Comment #5
joelpittetComment #6
joelpittetComment #7
smustgrave commentedAlways for test coverage thank you!