Fix tests
This commit is contained in:
parent
6bb95de1c5
commit
9a2ae2fe7d
2 changed files with 3 additions and 4 deletions
|
@ -227,9 +227,8 @@ thead {
|
|||
margin-right: 7px;
|
||||
}
|
||||
|
||||
|
||||
.disclaimer {
|
||||
margin: -20px auto 30px;
|
||||
max-width: 400px;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -134,7 +134,7 @@ class SharingTest extends TestCase {
|
|||
'shareEnforceExpireDate' => 'no',
|
||||
'shareExcludeGroups' => false,
|
||||
'shareExcludedGroupsList' => '',
|
||||
'publicShareDisclaimer' => 'Lorem ipsum',
|
||||
'publicShareDisclaimerText' => 'Lorem ipsum',
|
||||
],
|
||||
''
|
||||
);
|
||||
|
@ -233,7 +233,7 @@ class SharingTest extends TestCase {
|
|||
'shareEnforceExpireDate' => 'no',
|
||||
'shareExcludeGroups' => true,
|
||||
'shareExcludedGroupsList' => 'NoSharers|OtherNoSharers',
|
||||
'publicShareDisclaimer' => 'Lorem ipsum',
|
||||
'publicShareDisclaimerText' => 'Lorem ipsum',
|
||||
],
|
||||
''
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue