We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ab489 commit 2184d86Copy full SHA for 2184d86
1 file changed
tests/gtm.spec.ts
@@ -6,7 +6,7 @@ import { EppPage } from './page-objects/epp-page';
6
test.describe('GTM', () => {
7
test('GTM is enabled when environment variable is set', async () => {
8
const response = await axios.get(config.client_url);
9
- expect(response.data).toContain('<script id="GTM">');
+ expect(response.data).toContain('<script id="GTM"');
10
expect(response.data).toContain('\'notarealid\'');
11
});
12
0 commit comments