Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
varbase
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
varbase
Commits
293566df
Commit
293566df
authored
3 years ago
by
Rajab Natshah
Browse files
Options
Downloads
Plain Diff
Fix conflicts
parents
2aa208dd
47c5c8ca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!24
Issue #3301451: Composer is fixed to docroot folder Primary tabs View(active tab)
,
!10
Issue #3269421: Add exception messages for VLB automated testing step definitions
,
!9
Issue #3266504: Update Automated Functional Testing Readme File
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/features/varbase/03-admin-management/03-03-admins-can-disable-users.feature
+4
-2
4 additions, 2 deletions
...3-admin-management/03-03-admins-can-disable-users.feature
with
4 additions
and
2 deletions
tests/features/varbase/03-admin-management/03-03-admins-can-disable-users.feature
+
4
−
2
View file @
293566df
...
...
@@ -6,10 +6,11 @@ So that they will be disabled and not be able to use the site.
@javascript @local @development @staging @production
Scenario
:
Check if the Normal user user is not blocked and can login
Given
I am on
"/user/login"
And
I wait
And
I wait
6s
When
I fill in
"Normal user"
for
"Username"
And
I fill in
"dD.123123ddd"
for
"Password"
And
I scroll to bottom
And
I wait 2s
And
I press
"Log in"
And
I wait
Then
I should see
"Normal user"
...
...
@@ -35,10 +36,11 @@ So that they will be disabled and not be able to use the site.
@javascript
@local
@development
@staging
@production
Scenario
:
Check if the blocked user with user id of Test Blocked User ID can or can not login
Given
I am on
"/user/login"
And
I wait
And
I wait
6s
When
I fill in
"Normal user"
for
"Username"
And
I fill in
"dD.123123ddd"
for
"Password"
And
I scroll to bottom
And
I wait 2s
And
I press
"Log in"
And
I wait
Then
I should see
"The username Normal user has not been activated or is blocked."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment