Skip to content

Commit

Permalink
fix: Update tiptap/link to resolve e2e failure
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Dec 21, 2023
1 parent c7f24bd commit e7ffb80
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions e2e/tests/ui-driven/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": ["../../.eslintrc", "plugin:playwright/playwright-test"],
"extends": ["../../.eslintrc", "plugin:playwright/recommended"],
"rules": {
"playwright/expect-expect": [
"error",
"warn",
{
"additionalAssertFunctionNames": ["expectSections"]
}
Expand Down
4 changes: 1 addition & 3 deletions e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable */

import { test, expect, Browser } from "@playwright/test";
import {
contextDefaults,
Expand All @@ -14,7 +12,7 @@ import {
import type { Context } from "../context";
import { getTeamPage, isGetUserRequest } from "./helpers";

test.skip("Navigation", () => {
test("Navigation", () => {
let context: Context = {
...contextDefaults,
};
Expand Down
2 changes: 1 addition & 1 deletion editor.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@tiptap/extension-history": "^2.0.3",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-italic": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-link": "^2.1.13",
"@tiptap/extension-list-item": "^2.0.3",
"@tiptap/extension-mention": "^2.1.8",
"@tiptap/extension-ordered-list": "^2.1.8",
Expand Down
8 changes: 4 additions & 4 deletions editor.planx.uk/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7ffb80

Please sign in to comment.