Skip to content
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
18 changes: 9 additions & 9 deletions test/features/moduleMainPagesSecurity.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Feature: Access Level to objects check - main pages

######## DASHBOARD(HOME) #######

@javascript @dashboard
@dashboard
Scenario Outline: Dashboard module visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=home"
Expand All @@ -32,7 +32,7 @@ Feature: Access Level to objects check - main pages

####### ACTIVITIES #######

@javascript @activities
@activities
Scenario Outline: Activities module visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=activity"
Expand Down Expand Up @@ -64,7 +64,7 @@ Feature: Access Level to objects check - main pages

####### JOB ORDERS #######

@javascript @joborders
@joborders
Scenario Outline: Job Orders module visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=joborders"
Expand Down Expand Up @@ -98,7 +98,7 @@ Feature: Access Level to objects check - main pages

####### CANDIDATES #######

@javascript @candidates
@candidates
Scenario Outline: Candidates module visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=candidates"
Expand Down Expand Up @@ -134,7 +134,7 @@ Feature: Access Level to objects check - main pages

####### COMPANIES #######

@javascript @companies
@companies
Scenario Outline: Companies module visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=companies"
Expand Down Expand Up @@ -167,7 +167,7 @@ Feature: Access Level to objects check - main pages

####### CONTACTS #######

@javascript @contacts
@contacts
Scenario Outline: Contacts module visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=contacts"
Expand Down Expand Up @@ -201,7 +201,7 @@ Feature: Access Level to objects check - main pages

####### LISTS #######

@javascript @lists
@lists
Scenario Outline: Lists module visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=lists"
Expand All @@ -227,7 +227,7 @@ Feature: Access Level to objects check - main pages

####### REPORTS #######

@javascript @reports
@reports
Scenario Outline: Reports module visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=reports"
Expand Down Expand Up @@ -257,7 +257,7 @@ Feature: Access Level to objects check - main pages

####### SETTINGS #######

@javascript @settings
@settings
Scenario Outline: Settings module visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=settings"
Expand Down
10 changes: 5 additions & 5 deletions test/features/moduleSubPagesSecurity.feature
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Feature: Access Level to objects check - sub pages (show, ...)

####### CANDIDATES #######

@javascript @candidates
@candidates
Scenario Outline: Candidate Show page visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=candidates"
Expand Down Expand Up @@ -93,7 +93,7 @@ Feature: Access Level to objects check - sub pages (show, ...)

####### COMPANIES #######

@javascript @companies
@companies
Scenario Outline: Company Show page visibility for disabled level
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=home"
Expand All @@ -119,7 +119,7 @@ Feature: Access Level to objects check - sub pages (show, ...)
| accessLevel | addCompany | searchCompany | quickSearch | actionMenu | addAttachment | viewHistory | editCompany | deleteCompany | addJobOrder | addContact | editJobOrder | editContact | deleteAttachment | sendEmail |
| DISABLED | not see | not see | not | not | not see | not see | not see | not see | not see | not see | not | not | not | not |

@javascript @companies
@companies
Scenario Outline: Company Show page visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=home&a=quickSearch&quickSearchFor=google"
Expand Down Expand Up @@ -153,7 +153,7 @@ Feature: Access Level to objects check - sub pages (show, ...)

####### CONTACTS #######

@javascript @contacts
@contacts
Scenario Outline: Contacts Show page visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=contacts"
Expand Down Expand Up @@ -187,7 +187,7 @@ Feature: Access Level to objects check - sub pages (show, ...)

####### LISTS #######

@javascript @lists
@lists
Scenario Outline: Lists Show page visibility
Given I am logged in with <accessLevel> access level
And I am on "/index.php?m=lists"
Expand Down
Loading