Skip to content

Commit 5c9e140

Browse files
EliNedyalkovaEliNedyalkova
authored andcommitted
refactoring bellatrix.servicenow
update getting-started\bellatrix.servicenow
1 parent 8129fc2 commit 5c9e140

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

getting-started/bellatrix.servicenow.getting.started/src/test/java/O5_LeftNavigation/LeftNavigationTests.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public void optionNotVisible_when_nonAuthorizedUserSearchInLeftNavigation() {
2323
@Test
2424
public void optionVisible_when_authorizedUserSearchInLeftNavigation() {
2525
serviceNowPage.loginSection().login();
26+
serviceNowPage.clickMenuItem(ServiceNowMenuItems.All);
2627

2728
serviceNowPage.filterDataInLeftNavigationPane(ProjectLeftNavigationItem.INCIDENTS);
2829

@@ -32,9 +33,11 @@ public void optionVisible_when_authorizedUserSearchInLeftNavigation() {
3233
@Test
3334
public void correctPageOpen_when_selectOptionInLeftNavigation() {
3435
serviceNowPage.loginSection().login();
36+
serviceNowPage.clickMenuItem(ServiceNowMenuItems.All);
37+
3538
serviceNowPage.openFromLeftNavigation(ProjectLeftNavigationItem.SELF_SERVICE, ProjectLeftNavigationItem.INCIDENTS);
3639
serviceNowPage.switchToLastTab();
3740

3841
serviceNowTableViewPage.asserts().assertPartialUrl(ProjectTables.INCIDENT_TABLE);
3942
}
40-
}
43+
}

0 commit comments

Comments
 (0)