Skip to content

Commit 2184d86

Browse files
committed
Update test to match new next.js output
1 parent c9ab489 commit 2184d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/gtm.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { EppPage } from './page-objects/epp-page';
66
test.describe('GTM', () => {
77
test('GTM is enabled when environment variable is set', async () => {
88
const response = await axios.get(config.client_url);
9-
expect(response.data).toContain('<script id="GTM">');
9+
expect(response.data).toContain('<script id="GTM"');
1010
expect(response.data).toContain('\'notarealid\'');
1111
});
1212

0 commit comments

Comments
 (0)