Notes/integration-tests/update_check.spec.ts

5 lines
185 B
TypeScript
Raw Normal View History

import { test, expect } from '@playwright/test';
test("Displays update badge when there is a version available", async ({ page }) => {
await page.goto("http://localhost:8080");
});