Improve Behat test step in a way that group with multiple content visibility options can be created

Created on 19 January 2024, 10 months ago
Updated 13 February 2024, 9 months ago

Problem/Motivation

As I developer I want to use Behat test in a way that group with multiple content visibility options can be created.

At the moment it is only possible to set singe value with "@Given groups:"

Example:

Given groups:
  | author | title    | description     | author   | type        | language | field_group_allowed_visibility
  | user-1 | My title | My description  | username | open_group  | en       | public
  | ...    | ...      | ...             | ...      | ...         | ...      | ...

Steps to reproduce

/

Proposed resolution

Improve Behat test in a way that group with multiple content visibility options can be created

Example:

Given groups:
  | author | title    | description     | author   | type        | language | field_group_allowed_visibility
  | user-1 | My title | My description  | username | open_group  | en       | public,community,group
  | ...    | ...      | ...             | ...      | ...         | ...      | ...

Remaining tasks

/

User interface changes

/

API changes

/

Data model changes

/

Feature request
Status

Fixed

Version

12.0

Component

Other

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024