Help Request: Need assistance with the E2E Test #13694
Environment
IntentionI've implemented the required changes for the issue #13471 (Mark all as Read button) However, I'm facing a persistent issue with the CI/CD pipeline, specifically with the checkTestsInTestNg test inside TestNgXmlTest.java. It seems to fail due to a missing mapping for InstructorCourseEnrollPageAxeTest, but everything looks completely fine in my local testng-axe.xml and the test files are in the correct cases/axe/ folder. I've synced the files and checked for typos, but the CI keeps failing with: Also, my implentation had nothing to do with the InstructorCourseEnrollPage, the only changed I did were the Notification Page files. Could someone please point me in the right direction or let me know if there's a recent change in the master branch regarding the XML files that I might have missed? Any help would be greatly appreciated! Thank you! Also this is my PR for reference: #13687 Resolution AttemptNo response |
Replies: 1 comment 3 replies
|
@christinalegaki, the failing tests are happening because the branch isn’t fully up-to-date with master. It looks like during the rebase, the current changes on master weren’t incorporated. |
@christinalegaki, the failing tests are happening because the branch isn’t fully up-to-date with master. It looks like during the rebase, the current changes on master weren’t incorporated.