We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b8a8f commit 56a565dCopy full SHA for 56a565d
tests/acceptance/search-test.js
@@ -29,7 +29,7 @@ test('searching for "rust"', async function(assert) {
29
assert.dom('[data-test-heading]')
30
.hasText('Search Results for \'rust\'');
31
assert.dom('[data-test-search-nav]').hasText('Displaying 1-8 of 8 total results');
32
- assert.dom('[data-test-search-sort]').hasText('Sort by Relevance Relevance All-Time Downloads Recent Downloads');
+ assert.dom('[data-test-search-sort]').hasText('Sort by Relevance Relevance All-Time Downloads Recent Downloads Recent Updates');
33
assert.dom('[data-test-crate-row="0"] [data-test-crate-link]').hasText('kinetic-rust');
34
assert.dom('[data-test-crate-row="0"] [data-test-version-badge]').hasAttribute('alt', '0.0.16');
35
0 commit comments