AutorÃa | Ultima modificación | Ver Log |
@tool @tool_filetypes @javascriptFeature: Verify the breadcrumbs in server filetypes site administration pagesWhenever I navigate to file types page in site administrationAs an adminThe breadcrumbs should be visibleBackground:Given I log in as "admin"@tool @tool_filetypesScenario: Verify the breadcrumbs in file types page by visiting edit page and delete page of a file type as an adminGiven I navigate to "Server > File types" in site administrationAnd I click on "Edit 3gp" "link"And "3gp" "text" should exist in the ".breadcrumb" "css_element"And "File types" "link" should exist in the ".breadcrumb" "css_element"And I press "Cancel"When I click on "Delete 3gp" "link"Then "Delete a file type" "text" should exist in the ".breadcrumb" "css_element"And "File types" "link" should exist in the ".breadcrumb" "css_element"