ci update
All checks were successful
Build & Push Docker (latest) / verify (push) Successful in 9m31s
Build & Push Docker (latest) / build (push) Successful in 16s

This commit is contained in:
Aiden Wilson
2026-05-29 23:58:42 +10:00
parent 959f6590c3
commit 3e6b128643
4 changed files with 6 additions and 6 deletions

View File

@@ -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", () => {