Incorrect order of execution of Table transformers
Description
When we're trying to load external table with transformers and apply story transformers above, it firstly apply story transformer and only then apply external transformers.
To Reproduce Story
Lifecycle:
Examples:
{transformer=REPLACING, replacing=url2, replacement=url3}
/story/experimental/data/links.table
Scenario: Check replaced link
Then `https://www.example.com/url3` is equal to `<urls>`
When we're trying to load external table with transformers and apply story transformers above, it firstly apply story transformer and only then apply external transformers.
To Reproduce
Story
Lifecycle: Examples: {transformer=REPLACING, replacing=url2, replacement=url3} /story/experimental/data/links.table Scenario: Check replaced link Then `https://www.example.com/url3` is equal to `<urls>`
Table
{transformer=REPLACING, replacing=url1, replacement=url2} |urls | |https://www.example.com/url1 |
Expected behavior
Transformers on the Story/Scenario level should be executed after external transformers.