Skip to content

Noissue - Fix specialized test Other

Toni Feliu requested to merge (removed):fix_other_test into next

The test introduced in !277 (closed) will fail in production, because each static file has a deploy timestamp that modifies "other/image.png" used in await checkRequestBlocked(driver, "other/image.png");:

'https://local.testpages.adblockplus.org/testfiles/other/image.png?3350991373 - Failed to load resource: net::ERR_BLOCKED_BY_CLIENT'

This MR fixes that issue.

Edited by Toni Feliu

Merge request reports