All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.animations.animations.test.js Maven / Gradle / Ivy

import { test, expect } from "@playwright/test";

test("raf-scheduler unit tests contain no errors", async ({ page }) => {
  await page.goto("src/animations/raf-scheduler.html");
  await page.content();

  await expect(page.locator(".jasmine-overall-result")).toHaveText(
    /0 failures/,
  );
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy