HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/universidad.bristol.com.py/user/tests/behat/siteadmin_user_breadcrumbs.feature
@core @core_user @javascript
Feature: Verify the breadcrumbs in users account and cohort site administration pages
  Whenever I navigate to pages under users tab in site administration
  As an admin
  The breadcrumbs should be visible

  Background:
    Given I log in as "admin"

  @core @core_user
  Scenario: Verify the breadcrumbs in users tab as an admin
    Given I navigate to "Users > Accounts > Add a new user" in site administration
    And "Add a new user" "text" should exist in the ".breadcrumb" "css_element"
    And "Accounts" "link" should exist in the ".breadcrumb" "css_element"
    And I navigate to "Users > Accounts > Cohorts" in site administration
    And "Cohorts" "text" should exist in the ".breadcrumb" "css_element"
    And "Accounts" "link" should exist in the ".breadcrumb" "css_element"
    When I click on "All cohorts" "link"
    Then "All cohorts" "text" should exist in the ".breadcrumb" "css_element"
    And "Cohorts" "link" should exist in the ".breadcrumb" "css_element"
    And "Accounts" "link" should exist in the ".breadcrumb" "css_element"
    And I click on "Add new cohort" "link"
    And "Add new cohort" "text" should exist in the ".breadcrumb" "css_element"
    And "Cohorts" "link" should exist in the ".breadcrumb" "css_element"
    And "Accounts" "link" should exist in the ".breadcrumb" "css_element"
    And I click on "Upload cohorts" "link"
    And "Upload cohorts" "text" should exist in the ".breadcrumb" "css_element"
    And "Cohorts" "link" should exist in the ".breadcrumb" "css_element"
    And "Accounts" "link" should exist in the ".breadcrumb" "css_element"