[tests-only] Refactor examples table tags related to PRs 38345 and 37272 #38358
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
PR #37272 fixed a problem, and 2 Scenario Outlines were correctly merged into a single Scenario Outline with a single examples table.
PR #38345 added some skip* tags to that Scenario Outline. We needed to skip a couple of the examples on old oC10 releases, because they will nt pass on those old releases. We had to skip the whole Scenario Outline (all the examples), because
Behat/Gherkin
did not support multiple example tables with different tags.Now Behat/Gherkin#117 feature has been released. We can make multiple example tables with different tags on the same Scenario Outline.
This PR implements our first "multiple examples tables".
How Has This Been Tested?
CI
Types of changes
Checklist: