Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Nov 8, 2024
1 parent 95c4314 commit 199cbdd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
fail-fast: false
matrix:
include:
- drupal: '10.1.*'
civicrm: '5.75.*'
php: '8.1'
- drupal: '10.2.*'
civicrm: '5.78.*'
php: '8.2'
- drupal: '10.2.*'
civicrm: '5.79.x-dev'
php: '8.2'
# - drupal: '10.1.*'
# civicrm: '5.75.*'
# php: '8.1'
# - drupal: '10.2.*'
# civicrm: '5.78.*'
# php: '8.2'
# - drupal: '10.2.*'
# civicrm: '5.79.x-dev'
# php: '8.2'
- drupal: '10.3.*'
civicrm: 'dev-master'
php: '8.3'
Expand Down
2 changes: 2 additions & 0 deletions tests/src/FunctionalJavascript/WebformCivicrmTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ protected function editCivicrmOptionElement($selector, $multiple = TRUE, $enable
}

if ($enableStatic) {
$this->assertSession()->waitForElementVisible('css', 'div.form-item--properties-title input#title', 10000);
$this->createScreenshot($this->htmlOutputDirectory . '/hello.png');
$this->getSession()->getPage()->selectFieldOption("properties[civicrm_live_options]", 0);
$this->assertSession()->waitForField('properties[options][options][civicrm_option_1][enabled]', 5000);

Expand Down

0 comments on commit 199cbdd

Please sign in to comment.