Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 2b5da81

Browse files
committed
Just use the dev key for the test environment
1 parent 43eb13a commit 2b5da81

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

config/test.env.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ module.exports = merge(devEnv, {
55
NODE_ENV: '"testing"',
66
API_SERVER: '""', // False good idea, remove me
77
GOOGLE_ANALYTICS_PROPERTY_ID: '"UA-25136319-8"',
8-
GOOGLE_MAPS_API_KEY: '"AIzaSyD6WWeWYAVLLO1rmVSLiK-gSQUK8-U6w7w"',
98
FORUMS_URL_BASE: '"http://localhost:4567"',
109
})

cypress/integration/cookie-notice_spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ describe('Cookie Notice', () => {
1818
cy.get(basePage.cookieNoticeDismiss).should('be.visible');
1919
cy.get(findDojoPage.addressSearchInput).type('dublin');
2020
cy.get(findDojoPage.addressSearchButton).click();
21-
cy.get(findDojoPage.dojoLinks).scrollIntoView();
2221
cy.get(findDojoPage.dojoLinks).eq(0).click();
2322
cy.get(dojoDetailsPage.name).should('be.visible');
2423
cy.get(basePage.cookieNoticeDismiss).should('not.be.visible');

0 commit comments

Comments
 (0)