Skip to content

Commit

Permalink
minor #14709 Drop unneeded @javascript tag (jakubtobiasz)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.13 <!-- see the comment below -->                  |
| Bug fix?        | no                                                      |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | n/a                      |
| License         | MIT                                                          |

Part of new CI, this tag was causing problems. We discovered we don't need it 🤷🏼‍♂️.

Commits
-------

90fa411 Drop unneeded @javascript tag
  • Loading branch information
Rafikooo committed Jan 12, 2023
2 parents 26d6a10 + 90fa411 commit 6442b53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Feature: Being redirected to previous filtered page
And I cancel my changes
Then I should be redirected to the 2nd page of only enabled products

@ui @javascript @no-api
@ui @no-api
Scenario: Being redirected to previous filtered page after cancelling creating a new product
When I browse products
And I choose enabled filter
Expand Down

0 comments on commit 6442b53

Please sign in to comment.