HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_nice,proc_terminate,pfsockopen,dl,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname,leak,apache_child_terminate
Upload Files
File: /home/enamadmin/public_html/aaelearningb/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"