Skip to content

Commit

Permalink
HOTFIX for cypress pipeline config (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders authored Jul 2, 2024
1 parent b66bf99 commit 5dd96f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/pipeline.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { defineConfig } = require("cypress");
module.exports = defineConfig({
reporter: 'cypress-mochawesome-reporter',
e2e: {
baseUrl: 'https://beta.vote.gov/',
baseUrl: 'https://ssg-stage.vote.gov/',
redirectionLimit: 100,
video: false,
viewportHeight: 800,
Expand Down

0 comments on commit 5dd96f7

Please sign in to comment.