Skip to content
Snippets Groups Projects
Commit 617870d4 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2697933 by felribeiro: Replace "does not" with "do not" in SearchLanguageTest

parent c48884e3
No related branches found
Tags 8.0-alpha4
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -117,10 +117,10 @@ function testLanguages() {
// Check for Spanish results.
$this->assertLink('Second node this is the Spanish title', 0, 'Second node Spanish title found in search results');
$this->assertLink('Third node es', 0, 'Third node Spanish found in search results');
// Ensure that results doesn't contain other language nodes.
$this->assertNoLink('First node en', 'Search results does not contain first English node');
$this->assertNoLink('Second node en', 'Search results does not contain second English node');
$this->assertNoLink('Third node en', 'Search results does not contain third English node');
// Ensure that results don't contain other language nodes.
$this->assertNoLink('First node en', 'Search results do not contain first English node');
$this->assertNoLink('Second node en', 'Search results do not contain second English node');
$this->assertNoLink('Third node en', 'Search results do not contain third English node');
// Change the default language and delete English.
$path = 'admin/config/regional/language';
......
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