AutorÃa | Ultima modificación | Ver Log |
@core @core_admin @javascriptFeature: Verify the breadcrumbs in external webservice site administration pagesWhenever I navigate to external webservice page in site administrationAs an adminThe breadcrumbs should be visibleBackground:Given I log in as "admin"Scenario: Verify the breadcrumbs in external services pageGiven I navigate to "Server > Web services > External services" in site administrationAnd "External services" "text" should exist in the ".breadcrumb" "css_element"And "Web services" "link" should exist in the ".breadcrumb" "css_element"When I click on "Edit" "link"Then "Edit external service" "text" should exist in the ".breadcrumb" "css_element"And "External services" "link" should exist in the ".breadcrumb" "css_element"And "Web services" "link" should exist in the ".breadcrumb" "css_element"And I press "Cancel"And I click on "Add" "link"And I set the field "Name" to "function to test"And "Add external service" "text" should exist in the ".breadcrumb" "css_element"And "External services" "link" should exist in the ".breadcrumb" "css_element"And "Web services" "link" should exist in the ".breadcrumb" "css_element"And I press "Add service"And "Functions" "text" should exist in the ".breadcrumb" "css_element"And "External services" "link" should exist in the ".breadcrumb" "css_element"And "Web services" "link" should exist in the ".breadcrumb" "css_element"And I navigate to "Server > Web services > External services" in site administrationAnd I click on "Delete" "link"And "External services" "text" should exist in the ".breadcrumb" "css_element"And "Web services" "link" should exist in the ".breadcrumb" "css_element"