Commit fbc8b837 authored by isstuev's avatar isstuev

fix tests

parent 7a0d3bc7
......@@ -6,7 +6,7 @@ export default async function insertAdPlaceholder(page: Page) {
const adContainer = document.getElementById('adBanner');
const adReplacer = document.createElement('div');
adReplacer.style.width = '200px';
adReplacer.style.height = '100px';
adReplacer.style.height = '100%';
adReplacer.style.background = '#f00';
adContainer?.replaceChildren(adReplacer);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment