Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
1dba9f1d
Commit
1dba9f1d
authored
Feb 18, 2015
by
Son Nguyen
Committed by
Jinelle Foley-Barnes
Feb 25, 2015
Browse files
Fix the behat test for the bug 1408438
Change-Id: I123eb6c35cd5d1242b4e25806ec86d0ae3f4fa98
parent
6b30d1de
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/behat/features/admin/journal_checkbox.feature
0 → 100644
View file @
1dba9f1d
@javascript
@core
@core_administration
Feature
:
Checking the absence of the journal checkbox in Profile completion settings
In order not to take into account of Journal in the profile completion bar
As an admin
So I should not see the checkbox "Journal" in the Profile completion settings
Scenario
:
Checking the absence of the journal checkbox (Bug 1408438)
Given
I log in as
"admin"
with password
"Password1"
And
I follow
"Administration"
And
I choose
"Profile completion"
in
"Institutions"
And
I click on
"Journals"
# Checking the checkbox has been removed
Then
"tr#progressbarform_progressbaritem_blog_blog_container"
"css_element"
should not exists
test/behat/features/journal_checkbox.feature
deleted
100644 → 0
View file @
6b30d1de
@javascript
@core
@core_profile_completion
@journal
Feature
:
Checking the absence of the journal checkbox
In order not to see the Journal checkbox
As an admin
So I can complete my profile without needing to tick it
Scenario
:
Checking the absence of the journal checkbox (Bug 1408438)
Given
I log in as
"admin"
with password
"Password1"
And
I follow
"Administration"
And
I follow
"Institutions"
When
I choose
"Profile completion"
in
"Institutions"
And
I follow
"Journals"
Then
"Journal"
"checkbox"
should not exist
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment