We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24d8c26 + ed6f2b4 commit 64c4011Copy full SHA for 64c4011
tests/acceptance/crate-test.js
@@ -38,7 +38,7 @@ test('navigating to the reverse dependencies page', function(assert) {
38
andThen(function() {
39
assert.equal(currentURL(), '/crates/nanomsg/reverse_dependencies');
40
41
- const $revDep = findWithAssert('#crate-all-reverse-dependencies a[href="/crates/unicorn-rpc"]:first');
+ const $revDep = findWithAssert('a[href="/crates/unicorn-rpc"]:first');
42
43
hasText(assert, $revDep, 'unicorn-rpc');
44
});
0 commit comments