Skip to content

Commit

Permalink
dear lord
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Jun 21, 2024
1 parent 95552e1 commit b5101e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/meteor/tests/e2e/channel-management.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@ import type { Page } from '@playwright/test';

import { Users } from './fixtures/userStates';
import { HomeChannel } from './page-objects';
import { createTargetChannel, createTargetPrivateChannel } from './utils';
import { createTargetChannel } from './utils';
import { test, expect } from './utils/test';

test.use({ storageState: Users.admin.state });

test.describe.serial('channel-management', () => {
let poHomeChannel: HomeChannel;
let targetChannel: string;
let targetChannelPrivate: string;
let discussionName: string;

test.beforeAll(async ({ api }) => {
targetChannel = await createTargetChannel(api);
targetChannelPrivate = await createTargetPrivateChannel(api);
});

test.beforeEach(async ({ page }) => {
Expand Down

0 comments on commit b5101e9

Please sign in to comment.