Skip to content

Commit

Permalink
Revert "chore: Temp skip of e2e tests [skip pizza] (#2589)" (#2642)
Browse files Browse the repository at this point in the history
This reverts commit 1c90acb.
  • Loading branch information
DafyddLlyr authored Jan 9, 2024
1 parent 736a91c commit b5383a2
Showing 1 changed file with 1 addition and 3 deletions.
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.describe("Navigation", () => {
let context: Context = {
...contextDefaults,
};
Expand Down

0 comments on commit b5383a2

Please sign in to comment.