Changed
#3059098: Change [Save to Library] checkbox label to [Show in media library]
And I check the box "Save to Library"
to And I check the box "Show in media library"
Added
Feature: Check JSON:API admin interface and services and Varbase API settings.
As a site admin user
I want to be able to check the JSON:API available interface options
So that I can use them to enable or disable API service for Varbase APIs.
Background:
Given I am a logged in user with the "webmaster" user
@check @local @development @staging @production
Scenario: Check the Varbase API settings in admin configurations page.
When I go to "/admin/config"
And I wait
Then I should see "JSON:API"
And I should see "Varbase API settings"
@check @local @development @staging @production
Scenario: Check JSON:API configurations.
When I go to "/admin/config/services/jsonapi"
And I wait
Then I should see "JSON:API"
And I should see "Allowed operations"
@check @local @development @staging @production
Scenario: Check JSON:API Extras configurations.
When I go to "/admin/config/services/jsonapi/extras"
And I wait
Then I should see "JSON:API Extras"
And I should see "api" value in the "path_prefix" input element
@check @local @development @staging @production
Scenario: Check JSON:API Resource overrides.
When I go to "/admin/config/services/jsonapi/resource_types"
And I wait
Then I should see "JSON:API Resource overrides"
And I should see "The following table shows the list of JSON:API resource types available."
@check @local @development @staging @production
Scenario: Check Varbase API settings and Generate keys.
When I go to "/admin/config/system/varbase/api"
And I wait
Then I should see "Varbase API settings"
And the "entity_json" checkbox is checked
And the "bundle_docs" is checked
When I go to "/admin/config/system/varbase/api/keys"
And I wait
Then I should see "Path to the directory in which to store the generated keys."
Comments
Comment #3
rajab natshahComment #4
rajab natshahComment #5
rajab natshahComment #6
rajab natshahComment #8
rajab natshahComment #9
rajab natshahComment #11
rajab natshahChanged the [ Feature: Create default testing users ] Automated Functional Acceptance Testing to work with changes after enabling [Generate Password] module
#3062283: Add and enable [Generate Password] module ( ~1.0 )
#3062296: Remove password policy fields from the user form
Comment #13
rajab natshahAdded the [Feature: Preview the site in a number of responsive devices] Automated Functional Acceptance Testing
#3062741: Add two new responsive preview devices iPhone XS and iPhone XS Max
Comment #16
rajab natshahComment #17
rajab natshah#3065344: swagger-ui package should be moved from vendor to libraries
Comment #22
rajab natshahComment #23
rajab natshah