diff --git a/tests/src/Functional/.IslandoraFunctionalTestBase.php.swp b/tests/src/Functional/.IslandoraFunctionalTestBase.php.swp new file mode 100644 index 00000000..07c64c3b Binary files /dev/null and b/tests/src/Functional/.IslandoraFunctionalTestBase.php.swp differ diff --git a/tests/src/Functional/.JsonldSelfReferenceReactionTest.php.swp b/tests/src/Functional/.JsonldSelfReferenceReactionTest.php.swp new file mode 100644 index 00000000..0b4c726c Binary files /dev/null and b/tests/src/Functional/.JsonldSelfReferenceReactionTest.php.swp differ diff --git a/tests/src/Functional/.JsonldTypeAlterReactionTest.php.swp b/tests/src/Functional/.JsonldTypeAlterReactionTest.php.swp new file mode 100644 index 00000000..e81bff0d Binary files /dev/null and b/tests/src/Functional/.JsonldTypeAlterReactionTest.php.swp differ diff --git a/tests/src/Functional/JsonldTypeAlterReactionTest.php b/tests/src/Functional/JsonldTypeAlterReactionTest.php index ce5aa081..d983e36d 100644 --- a/tests/src/Functional/JsonldTypeAlterReactionTest.php +++ b/tests/src/Functional/JsonldTypeAlterReactionTest.php @@ -65,7 +65,7 @@ class JsonldTypeAlterReactionTest extends JsonldSelfReferenceReactionTest { $this->drupalGet("admin/structure/context/$context_name"); $this->getSession()->getPage() - ->fillField("Source Field", "field_type_predicate"); + ->fillField("Field containing RDF type information", "field_type_predicate"); $this->getSession()->getPage()->pressButton("Save and continue"); $this->assertSession() ->pageTextContains("The context $context_name has been saved");