DEV: Remove commented-out code (#17945)

This commit is contained in:
Jarek Radosz 2022-08-16 10:46:26 +02:00 committed by GitHub
parent 083c0074d6
commit 7673899a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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]");