|
|
@ -32,7 +32,7 @@ class JsonldTypeAlterReactionTest extends JsonldSelfReferenceReactionTest { |
|
|
|
'label' => 'Typed Predicate', |
|
|
|
'label' => 'Typed Predicate', |
|
|
|
'field_name' => 'type_predicate', |
|
|
|
'field_name' => 'type_predicate', |
|
|
|
], 'Save and continue'); |
|
|
|
], 'Save and continue'); |
|
|
|
$this->submitForm([], $this->t('Save field settings')); |
|
|
|
$this->submitForm([], 'Save field settings'); |
|
|
|
} |
|
|
|
} |
|
|
|
else { |
|
|
|
else { |
|
|
|
$this->getSession()->getPage()->selectFieldOption('new_storage_type', 'plain_text'); |
|
|
|
$this->getSession()->getPage()->selectFieldOption('new_storage_type', 'plain_text'); |
|
|
@ -46,7 +46,7 @@ class JsonldTypeAlterReactionTest extends JsonldSelfReferenceReactionTest { |
|
|
|
'new_storage_type' => 'plain_text', |
|
|
|
'new_storage_type' => 'plain_text', |
|
|
|
'label' => 'Typed Predicate', |
|
|
|
'label' => 'Typed Predicate', |
|
|
|
'field_name' => 'type_predicate', |
|
|
|
'field_name' => 'type_predicate', |
|
|
|
], $this->t('Continue')); |
|
|
|
], 'Continue'); |
|
|
|
|
|
|
|
|
|
|
|
// Now we can proceed, selecting the plain text (i.e. string) |
|
|
|
// Now we can proceed, selecting the plain text (i.e. string) |
|
|
|
// for the second element now that the element is displayed after |
|
|
|
// for the second element now that the element is displayed after |
|
|
@ -57,16 +57,16 @@ class JsonldTypeAlterReactionTest extends JsonldSelfReferenceReactionTest { |
|
|
|
'label' => 'Typed Predicate', |
|
|
|
'label' => 'Typed Predicate', |
|
|
|
'field_name' => 'type_predicate', |
|
|
|
'field_name' => 'type_predicate', |
|
|
|
'group_field_options_wrapper' => 'string', |
|
|
|
'group_field_options_wrapper' => 'string', |
|
|
|
], $this->t('Continue')); |
|
|
|
], 'Continue'); |
|
|
|
} |
|
|
|
} |
|
|
|
$this->submitForm([], $this->t('Save settings')); |
|
|
|
$this->submitForm([], 'Save settings'); |
|
|
|
$this->assertSession()->responseContains('field_type_predicate'); |
|
|
|
$this->assertSession()->responseContains('field_type_predicate'); |
|
|
|
|
|
|
|
|
|
|
|
// Add the test node. |
|
|
|
// Add the test node. |
|
|
|
$this->postNodeAddForm('test_type', [ |
|
|
|
$this->postNodeAddForm('test_type', [ |
|
|
|
'title[0][value]' => 'Test Node', |
|
|
|
'title[0][value]' => 'Test Node', |
|
|
|
'field_type_predicate[0][value]' => 'schema:Organization', |
|
|
|
'field_type_predicate[0][value]' => 'schema:Organization', |
|
|
|
], $this->t('Save')); |
|
|
|
], 'Save'); |
|
|
|
$this->assertSession()->pageTextContains("Test Node"); |
|
|
|
$this->assertSession()->pageTextContains("Test Node"); |
|
|
|
$url = $this->getUrl(); |
|
|
|
$url = $this->getUrl(); |
|
|
|
|
|
|
|
|
|
|
@ -103,7 +103,7 @@ class JsonldTypeAlterReactionTest extends JsonldSelfReferenceReactionTest { |
|
|
|
$this->addCondition('test', 'islandora_entity_bundle'); |
|
|
|
$this->addCondition('test', 'islandora_entity_bundle'); |
|
|
|
$this->getSession()->getPage()->checkField("edit-conditions-islandora-entity-bundle-bundles-test-type"); |
|
|
|
$this->getSession()->getPage()->checkField("edit-conditions-islandora-entity-bundle-bundles-test-type"); |
|
|
|
$this->getSession()->getPage()->findById("edit-conditions-islandora-entity-bundle-context-mapping-node")->selectOption("@node.node_route_context:node"); |
|
|
|
$this->getSession()->getPage()->findById("edit-conditions-islandora-entity-bundle-context-mapping-node")->selectOption("@node.node_route_context:node"); |
|
|
|
$this->getSession()->getPage()->pressButton($this->t('Save and continue')); |
|
|
|
$this->getSession()->getPage()->pressButton('Save and continue'); |
|
|
|
|
|
|
|
|
|
|
|
// The first time a Context is saved, you need to clear the cache. |
|
|
|
// The first time a Context is saved, you need to clear the cache. |
|
|
|
// Subsequent changes to the context don't need a cache rebuild, though. |
|
|
|
// Subsequent changes to the context don't need a cache rebuild, though. |
|
|
|