Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/behavioural_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v1
with:
# test the lowest version, to make sure checks pass on it
php-version: ${{ matrix.php-version }}
coverage: none
with:
# test the lowest version, to make sure checks pass on it
php-version: ${{ matrix.php-version }}
coverage: none
- name: Install dependencies
run: |
sudo composer self-update -q
Expand Down Expand Up @@ -55,6 +55,7 @@ jobs:
fail-fast: false
matrix:
node-version: ['12.5']
php-version: ['7.2']
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v1
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/edit_record_1.feature
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Feature: Edit record
And I wait for "fields[embed][title]" field value to change
Then the "fields[embed][title]" field should contain "Silversun Pickups - Nightlight (Official Video)"
And the "fields[embed][authorname]" field should contain "Silversun Pickups"
And the "fields[embed][width]" field should contain "480"
And the "fields[embed][height]" field should contain "270"
And the "fields[embed][width]" field should contain "200"
And the "fields[embed][height]" field should contain "113"

When I click ".editor__embed .remove"
# Add wait to make sure JS clears the fields before assert occurs
Expand Down