magento2
magento2 copied to clipboard
Remove a duplicated <severity> tag from MFTF test AdminSetUpWatermarkForSwatchImageTest
Description (*)
While looking at functional tests provided by Magento I found that one of the tests AdminSetUpWatermarkForSwatchImageTest has two severity tags with the same value = MAJOR. I think only one of them is needed.
Related Pull Requests
I cannot find which pull request added the second one but the commit is https://github.com/magento/magento2/commit/bba6a438c71045eef0083bfa3374065b26d9485d
The original commit that introduced the test and the first severity tag is https://github.com/magento/magento2/commit/9bea49f2e5e1b41c18aa4bf0b12510e083a5f1e4
Fixed Issues (if relevant)
No issue is created for this ticket.
Manual testing scenarios (*)
No manual tests are required. This is code refactoring.
Questions or comments
No questions or comments at this point.
Contribution checklist (*)
- [x] Pull request has a meaningful description of its purpose
- [x] All commits are accompanied by meaningful commit messages
- [x] All new or changed code is covered with unit/integration tests (if applicable)
- [x] All automated tests passed successfully (all builds are green)
Resolved issues:
- [x] resolves magento/magento2#38504: Remove a duplicated
tag from MFTF test AdminSetUpWatermarkForSwatchImageTest