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

package.src.directive.ref.href.test.js Maven / Gradle / Ivy

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy