Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage employees work for editor also #34

Open
wants to merge 2 commits into
base: 7.x-1.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ projects[vies_employee][subdir] = "vies"
projects[vies_employee][download][type] = "git"
projects[vies_employee][download][url] = "https://github.com/vih/vies_employees.git"
projects[vies_employee][download][branch] = "7.x-1.x"
projects[vies_employee][download][revision] = "af9dd69"
projects[vies_employee][download][revision] = "4f61504"

projects[vies_hall_of_fame][type] = "module"
projects[vies_hall_of_fame][subdir] = "vies"
Expand Down
11 changes: 11 additions & 0 deletions tests/behat/features/employees.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Feature: Editors can create rearrange employees
In order to show employees in correct order
As an editor user
I want to be able to create reorder the employees

@api
Scenario: An office employee can reorder employees
Given I am logged in as a user with the "editor" role
When I click "Content"
And I click "Employees"
And I press "Save"