Skip to content

Commit 64c4011

Browse files
Merge pull request #562 from cafreeman/master
remove the non-existent id in the results selector
2 parents 24d8c26 + ed6f2b4 commit 64c4011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/crate-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test('navigating to the reverse dependencies page', function(assert) {
3838
andThen(function() {
3939
assert.equal(currentURL(), '/crates/nanomsg/reverse_dependencies');
4040

41-
const $revDep = findWithAssert('#crate-all-reverse-dependencies a[href="/crates/unicorn-rpc"]:first');
41+
const $revDep = findWithAssert('a[href="/crates/unicorn-rpc"]:first');
4242

4343
hasText(assert, $revDep, 'unicorn-rpc');
4444
});

0 commit comments

Comments
 (0)