Skip to content

Commit

Permalink
Added coverage with 2 more single src demos
Browse files Browse the repository at this point in the history
  • Loading branch information
verlok committed Apr 2, 2024
1 parent b2d1d4a commit cf05144
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/e2e/image_basic.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { expect, test } from "@playwright/test";

const pagesWithSimpleImages = [
{ url: "/demos/image_basic.html", description: "Basic page" },
{ url: "/demos/image_basic.html", description: "Basic usage with image" },
{ url: "/demos/image_ph_inline.html", description: "With inline placeholder image" },
{ url: "/demos/image_ph_external.html", description: "With external placeholder image" },
{ url: "/demos/async.html", description: "Async initialization" },
{ url: "/demos/async_multiple.html", description: "Async initialization - multiple instances" },
];
Expand Down

0 comments on commit cf05144

Please sign in to comment.