Assert.assertEquals("There were no extensions found matching 'blahblah'. Try different keywords. "
+ "Alternatively, if you know the identifier and the version of the extension you're "
+ "looking for, you can use the Advanced Search form above.", searchResults.getNoResultsMessage());
// Test a search query with only a few results (only one page).
searchResults = searchBar.search("restlet");
Assert.assertNull(searchResults.getNoResultsMessage());
Assert.assertNull(searchResults.getPagination());
Assert.assertTrue(searchResults.getDisplayedResultsCount() > 1);
extension = searchResults.getExtension(0);