Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
chore: cleanup [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Jul 17, 2023
1 parent 83eb712 commit 9e834cd
Show file tree
Hide file tree
Showing 47 changed files with 567 additions and 631 deletions.
4 changes: 0 additions & 4 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
const config = {
/**
* Note that `vue-property-decorator has an issue when compiled with babel:
* @see https://github.com/kaorun343/vue-property-decorator/issues/336
*/
presets: ["@vue/cli-plugin-babel/preset"],
};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { expect, test } from "../fixtures";
import { expect, test } from "~/e2e/fixtures";

test("add new lemmalist", async ({ page }) => {
// https://playwright.dev/docs/test-timeouts#set-timeout-for-a-single-test
test.slow();

const randomListName = `Testliste ${Math.random().toString(36).substring(2, 10)}`;

await page.goto("/");
await page.goto("/lemmata");

expect(page.getByRole("heading", { name: "Lemmabibliothek" })).toBeVisible();
Expand Down
Loading

0 comments on commit 9e834cd

Please sign in to comment.