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

package.src.directive.observe.observe.test.js Maven / Gradle / Ivy

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

test("unit observer tests contain no errors", async ({ page }) => {
  await page.goto("src/directive/observe/observe.html");
  await page.content();
  await expect(page.locator(".jasmine-overall-result")).toHaveText(
    /0 failures/,
  );
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy