mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
test(e2e-landing): match enterprise redesign and fix Astro dev-server config (#241)
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
import { expect, test } from "@playwright/test";
|
||||
|
||||
test.describe("Docker Command Copy Button", () => {
|
||||
test("copy button shows Copied! feedback", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
const copyButton = page.locator("button[data-copy]");
|
||||
await copyButton.click();
|
||||
await expect(page.getByText("Copied!")).toBeVisible();
|
||||
});
|
||||
});
|
||||
|
||||
test.describe("FAQ Page Accordion", () => {
|
||||
test.beforeEach(async ({ page }) => {
|
||||
await page.goto("/faq");
|
||||
|
||||
Reference in New Issue
Block a user