Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
digit-joinup-reference
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ec-europa
digit-joinup-reference
Commits
888048d7
Commit
888048d7
authored
1 month ago
by
Adrian Lorenc
Committed by
Claudiu Cristea
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
ISAICP-9470: Add behat tests.
parent
31bbf122
No related branches found
No related tags found
1 merge request
!210
Patch release 2.2.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/features/solution/solution.member.feature
+31
-0
31 additions, 0 deletions
tests/features/solution/solution.member.feature
with
31 additions
and
0 deletions
tests/features/solution/solution.member.feature
0 → 100644
+
31
−
0
View file @
888048d7
@api
@group-a
Feature
:
Content Creation Permissions
As a group member,
I want to have content creation permissions based on the solution's settings,
So that I can add content when allowed.
Scenario Outline
:
Content creation availability based on solution settings
And solution content
:
|
title
|
content
creation
|
|
ResolveTech
Systems
|
<content
creation>
|
Given
I am logged in as a member of the
"ResolveTech Systems"
solution
And
I go to the
"ResolveTech Systems"
solution
Then
I
<expected>
see the plus button menu
Examples
:
|
content
creation
|
expected
|
|
registered
users
|
should
|
|
facilitators
and
authors
|
should
not
|
@javascript
Scenario
:
A
member can add a layout to new content
And solution content
:
|
title
|
content
creation
|
|
NexaFix
Innovations
|
registered
users
|
Given
I am logged in as a member of the
"NexaFix Innovations"
solution
And
I go to the
"NexaFix Innovations"
solution
When
I click
"Add news"
in the plus button menu
And
I click
"Add layout"
And
a modal should open
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