Add results order test
This commit is contained in:
parent
f6d572211f
commit
569d4a80dc
1 changed files with 11 additions and 0 deletions
|
@ -56,4 +56,15 @@ class PageListTest extends BrowserTestBase {
|
|||
$this->assertEquals([1], $nids);
|
||||
}
|
||||
|
||||
/**
|
||||
* Ensure that the results are ordered by title.
|
||||
*/
|
||||
public function testResultsAreOrderedAlphabetically() {
|
||||
// Given I have multiple nodes with different titles.
|
||||
|
||||
// When I view the pages list.
|
||||
|
||||
// Then I should see pages in the correct order.
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue