Sindbad~EG File Manager
# This file is part of Moodle - http://moodle.org/
#
# Moodle is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Moodle is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Moodle. If not, see <http://www.gnu.org/licenses/>.
#
# Tests for settings link.
#
# @package theme_snap
# @copyright 2015 Guy Thomas
# @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
@theme @theme_snap @_bug_phantomjs
Feature: When the moodle theme is set to Snap, only teachers should see an admin settings link.
Background:
Given the following "courses" exist:
| fullname | shortname | category | groupmode |
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
| teacher1 | Teacher | 1 | teacher1@example.com |
| student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
| student1 | C1 | student |
@javascript
Scenario: Teacher visits course.
Given I log in as "teacher1"
And I am on the course main page for "C1"
Then "#admin-menu-trigger" "css_element" should exist
@javascript
Scenario: Student visits course.
Given I log in as "student1"
And I am on the course main page for "C1"
Then "#admin-menu-trigger" "css_element" should not exist
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists