Skip to content
Snippets Groups Projects
Commit 66e6b169 authored by dpi's avatar dpi
Browse files

Fixed whitespace causing test fails.

parent cdc22cc1
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ class EventTypeAccessDefaultsTest extends RNGTestBase { ...@@ -69,7 +69,7 @@ class EventTypeAccessDefaultsTest extends RNGTestBase {
]; ];
$this->drupalPostForm($defaults_route, $edit, t('Save')); $this->drupalPostForm($defaults_route, $edit, t('Save'));
$this->assertRaw(t('Event type access defaults saved. ')); $this->assertRaw(t('Event type access defaults saved.'));
// Update field still unchecked. // Update field still unchecked.
$this->assertNoFieldChecked('edit-actions-operations-user-role-update'); $this->assertNoFieldChecked('edit-actions-operations-user-role-update');
// Delete field is now checked. // Delete field is now checked.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment