Skip to content

Commit

Permalink
Remove unnecessary bedrock tests and fix broken redirect tests (#22)
Browse files Browse the repository at this point in the history
Get the tests passing again. Fixes VPN-5517.

After discussion with @alexgibson and Rebecca B last week, we determined that Bedrock already has a robust suite of tests that assert against various content elements on the VPN landing page, and there is no need for us to maintain a separate set of tests that ultimately do the same thing. Therefore, these have been removed.

There were a couple redirect tests that had also gone out of date due to FPN sunset related changes, so those have also been fixed.
  • Loading branch information
jswinarton committed Oct 23, 2023
1 parent 442fccf commit aca9fd3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 390 deletions.
192 changes: 0 additions & 192 deletions tests/fixtures/locales.js

This file was deleted.

2 changes: 1 addition & 1 deletion tests/fixtures/scenarios.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const testScenarios = [
{
TEST_ENV: 'stage',
TEST_BASE_URL: 'https://stage-vpn.guardian.nonprod.cloudops.mozgcp.net',
TEST_BASE_URL: 'https://stage.guardian.nonprod.cloudops.mozgcp.net',
TEST_EXPECT_URL: 'https://www-dev.allizom.org',
PRODUCT_DETAILS_URL: 'https://mozilla.github.io/mozillavpn-product-details/mozillavpn.json',
PACKAGE_ARCHIVE_URL_BASE: 'https://archive.mozilla.org/pub/vpn',
Expand Down
55 changes: 0 additions & 55 deletions tests/specs/guardian-basics-privacy.spec.js

This file was deleted.

50 changes: 0 additions & 50 deletions tests/specs/guardian-basics-terms.spec.js

This file was deleted.

Loading

0 comments on commit aca9fd3

Please sign in to comment.