DEV: Remove commented-out code (#17945)
This commit is contained in:
parent
083c0074d6
commit
7673899a6b
|
@ -502,7 +502,6 @@ acceptance("Tag info", function (needs) {
|
|||
await visit("/tags/c/feature/2/planters");
|
||||
|
||||
await click(".nav-item_latest a[href]");
|
||||
// await pauseTest();
|
||||
assert.strictEqual(currentURL(), "/tags/c/feature/2/planters/l/latest");
|
||||
|
||||
await click(".nav-item_top a[href]");
|
||||
|
|
Loading…
Reference in New Issue