Skip to content

Commit

Permalink
Revert "🏗 Added simple Visual Diff Tests for amp-consent (#20783)"
Browse files Browse the repository at this point in the history
This reverts commit 30d121b.
  • Loading branch information
torch2424 committed Feb 21, 2019
1 parent ef4548e commit 9aeb0e8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 197 deletions.
2 changes: 0 additions & 2 deletions build-system/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ app.use('/api/echo/post', (req, res) => {
* @type {RegExp}
*/
const ORIGIN_REGEX = new RegExp('^http://localhost:8000|' +
'^http://.+\.localhost:8000|' +
'^https?://.+\.herokuapp\.com');

/**
Expand All @@ -223,7 +222,6 @@ const ORIGIN_REGEX = new RegExp('^http://localhost:8000|' +
* @type {RegExp}
*/
const SOURCE_ORIGIN_REGEX = new RegExp('^http://localhost:8000|' +
'^http://.+\.localhost:8000|' +
'^https?://.+\.herokuapp\.com');

app.use('/form/html/post', (req, res) => {
Expand Down
80 changes: 0 additions & 80 deletions examples/visual-tests/amp-consent/amp-consent.amp.html

This file was deleted.

110 changes: 0 additions & 110 deletions examples/visual-tests/amp-consent/amp-consent.js

This file was deleted.

5 changes: 0 additions & 5 deletions test/visual-diff/visual-tests
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@
"loading_incomplete_css": [".article-body"],
"loading_complete_css": [".login-section"]
},
{
"url": "examples/visual-tests/amp-consent/amp-consent.amp.html",
"name": "amp-consent",
"interactive_tests": "examples/visual-tests/amp-consent/amp-consent.js"
},
{
"url": "examples/visual-tests/font.amp/font.amp.html",
"name": "Fonts",
Expand Down

0 comments on commit 9aeb0e8

Please sign in to comment.