Updating PageTemplate tests
This commit is contained in:
parent
6ec546ace1
commit
90e57e26e7
@ -12,7 +12,8 @@ afterEach(() => {
|
||||
beforeEach(() => {
|
||||
process.env = {
|
||||
...process.env,
|
||||
BANNER: 'testing'
|
||||
BANNER: 'testing',
|
||||
BUILD_ID: 'test-id'
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -22,7 +22,9 @@ exports[`PageTemplate rendering 1`] = `
|
||||
Regexper
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
<body
|
||||
data-build-id="test-id"
|
||||
>
|
||||
<header
|
||||
data-banner="testing"
|
||||
id="main"
|
||||
@ -101,7 +103,9 @@ exports[`PageTemplate rendering with title 1`] = `
|
||||
- Example
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
<body
|
||||
data-build-id="test-id"
|
||||
>
|
||||
<header
|
||||
data-banner="testing"
|
||||
id="main"
|
||||
|
Loading…
Reference in New Issue
Block a user