Skip to content

Commit 9883a36

Browse files
committed
5317: change url in iframe
1 parent 54673b6 commit 9883a36

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

assets/template/fixtures/slide-fixtures.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,7 @@ const slideFixtures = [
772772
},
773773
content: {
774774
duration: 5000,
775-
source:
776-
"https://images.unsplash.com/photo-1551373884-8a0750074df7?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2370&q=80",
775+
source: "https://display.local.itkdev.dk/docs",
777776
},
778777
},
779778
{

assets/tests/template/template-iframe.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ test("iframe-0: ui tests", async ({ page }) => {
66
await expect(iframe).toBeVisible();
77
await expect(iframe).toHaveAttribute(
88
"src",
9-
"https://images.unsplash.com/photo-1551373884-8a0750074df7?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2370&q=80",
9+
"https://display.local.itkdev.dk/docs",
1010
);
1111
});

0 commit comments

Comments
 (0)