Skip to content

Commit

Permalink
Enabled jscookie module
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jun 10, 2024
1 parent 9df6942 commit dc250fd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ module:
jquery_ui_draggable: 0
jquery_ui_slider: 0
jquery_ui_touch_punch: 0
js_cookie: 0
jsonapi: 0
jsonapi_defaults: 0
jsonapi_extras: 0
Expand Down
8 changes: 0 additions & 8 deletions config/sync/filter.format.administrative_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ filters:
status: true
weight: 9
settings: { }
filter_responsive_tables_filter:
id: filter_responsive_tables_filter
provider: responsive_tables_filter
status: false
weight: 0
settings:
tablesaw_type: stack
tablesaw_persist: true
su_clean_html:
id: su_clean_html
provider: stanford_decoupled
Expand Down
8 changes: 0 additions & 8 deletions config/sync/filter.format.stanford_minimal_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ filters:
status: false
weight: -50
settings: { }
filter_responsive_tables_filter:
id: filter_responsive_tables_filter
provider: responsive_tables_filter
status: false
weight: 0
settings:
tablesaw_type: stack
tablesaw_persist: true
linkit:
id: linkit
provider: linkit
Expand Down
17 changes: 17 additions & 0 deletions config/sync/ultimate_cron.job.stanford_decoupled_cron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
uuid: 1cd3026b-362e-4e0e-980b-c5c0e385ba1e
langcode: en
status: true
dependencies:
module:
- stanford_decoupled
title: 'Default cron handler'
id: stanford_decoupled_cron
weight: 0
module: stanford_decoupled
callback: stanford_decoupled_cron
scheduler:
id: simple
launcher:
id: serial
logger:
id: database
1 change: 1 addition & 0 deletions tests/codeception/functional/Paragraphs/FAQCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public function testFaq(FunctionalTester $I) {
$I->canSee('FAQ Headliner', 'h2');
$I->canSee('the knock-knock joke', 'details');
$I->canSee('Expand All', 'button');
$I->canSeeNumberOfElements('.su-accordion__expand-all', 1);
$I->cantSeeElement('details[open]');

$I->canSeeNumberOfElements('.expand-collapse-button', 1);
Expand Down

0 comments on commit dc250fd

Please sign in to comment.