Skip to content

Commit 96ff374

Browse files
committed
Feedback
1 parent 2ce54f7 commit 96ff374

File tree

4 files changed

+3
-14
lines changed

4 files changed

+3
-14
lines changed

config/sync/config_split.config_split.stage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module:
1919
purge_processor_lateruntime: 0
2020
purge_queuer_coretags: 0
2121
purge_tokens: 0
22+
shield: 0
2223
stage_file_proxy: 0
2324
theme: { }
2425
complete_list: { }

config/sync/update.settings.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/codeception/acceptance/SystemCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function testSiteStatus(AcceptanceTester $I) {
1616
$I->amOnPage('/admin/reports/status');
1717
$I->canSee('10.4', '.system-status-general-info');
1818
if ($I->grabMultiple('.system-status-counter--error')) {
19-
$I->canSee('2 Error', '.system-status-counter--error');
19+
$I->canSee('1 Error', '.system-status-counter--error');
2020
$I->canSee('Access to update.php ', '.system-status-report__status-icon--error');
2121
}
2222

trustee_profile.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Trustee Profile'
22
description: 'Jumpstart Website Profile for Board of Trustees Intranet sites'
3-
version: 5.2.0
3+
version: 5.3.0
44
type: profile
55
project: Stanford
66
core_version_requirement: ^10 || ^11

0 commit comments

Comments
 (0)