ci update
This commit is contained in:
@@ -207,7 +207,7 @@ test("renders a CasparCG template shell", () => {
|
||||
|
||||
assert.match(page, /<body class="graphic transparent is-loading"/);
|
||||
assert.match(page, /<section class="embed provider-empty"/);
|
||||
assert.match(page, /<script src="\/caspar\.js"><\/script>/);
|
||||
assert.match(page, /<script type="module" src="\/caspar\.js"><\/script>/);
|
||||
});
|
||||
|
||||
test("renders a vertical scrolling collage page with repeated embed cards", () => {
|
||||
@@ -261,7 +261,7 @@ test("renders a vertical scrolling collage page with repeated embed cards", () =
|
||||
assert.match(page, /"hydrateDelay":180/);
|
||||
assert.match(page, /"repeat":3/);
|
||||
assert.match(page, /"shuffle":false/);
|
||||
assert.match(page, /<script src="\/collage\.js"><\/script>/);
|
||||
assert.match(page, /<script type="module" src="\/collage\.js"><\/script>/);
|
||||
});
|
||||
|
||||
test("shrinks collage card width to fit the configured screen width", () => {
|
||||
|
||||
Reference in New Issue
Block a user