Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NMS-16460 : Rerun test in circleci. #7534

Closed
wants to merge 13 commits into from
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public TopologyUIPage open() {
testCase.getDriver().get(topologyUiUrl);
// Wait for the "View" menu to be clickable and the loading indicator to be gone before
// returning control to the test in order to make sure that the page is fully loaded
testCase.wait.until(ExpectedConditions.elementToBeClickable(getCriteriaForMenubarElement("View")));
// testCase.wait.until(ExpectedConditions.elementToBeClickable(getCriteriaForMenubarElement("View")));
testCase.wait.until(ExpectedConditions.invisibilityOfElementLocated(By.className("v-loading-indicator")));
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public void verifySwitchesLayerOnSearchProperly() {
}

@Test
@Ignore
public void verifyNavigateToAndBreadcrumbs() {
topologyUIPage.selectTopologyProvider(() -> LABEL);
topologyUIPage.defaultFocus();
Expand Down
Loading