Skip to content

Commit aaae56e

Browse files
committed
Test disabled due to product owner request
1 parent 688e7ce commit aaae56e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/com/wikia/webdriver/testcases/hubstests/HubsTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ public void HubsTest_005_VerifyLanguagesSelection() {
119119
/**
120120
* Verify that links in WikiaBar are working
121121
*/
122-
@Test(dataProvider = "provideHubName", groups = {"HubsTest_006", "Hubs"})
123-
@RelatedIssue(issueID = "MAIN-6092", comment = "Test manually by clicking on " +
124-
"Games, Movies and TV")
122+
@Test(enabled=false, dataProvider = "provideHubName", groups = {"HubsTest_006", "Hubs"})
123+
@RelatedIssue(issueID = "MAIN-6092", comment = "Product requested that this test is disabled. New" +
124+
"tests will be create wih MAIN-6101")
125125
public void HubsTest_006_VerifyLinkInWikiaBar(HubName hubName) {
126126
HomePageObject home = new HomePageObject(driver);
127127
home.logOut(wikiURL);

0 commit comments

Comments
 (0)