Skip to content

Commit

Permalink
reverted prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsuresh-git committed Dec 4, 2023
1 parent 0f78845 commit 4d5aa70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions e2e/playwright/support/utils.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.

import type { Page } from "@playwright/test";
import type {Page} from "@playwright/test";

import Client4 from "@mattermost/client/client4";
import { UserProfile } from "@mattermost/types/users";
import {UserProfile} from "@mattermost/types/users";

export const waitForNewMessages = async (page: Page) => {
await page.waitForTimeout(1000);
Expand Down
2 changes: 1 addition & 1 deletion e2e/playwright/tests/test.list.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.

import { test } from "@playwright/test";
import {test} from "@playwright/test";
import core from "./todo_plugin.spec";

import "../support/init_test";
Expand Down
10 changes: 5 additions & 5 deletions e2e/playwright/tests/todo_plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
// - [*] indicates an assertion (e.g. * Check the title)
// ***************************************************************

import { expect, test } from "@e2e-support/test_fixture";
import {expect, test} from "@e2e-support/test_fixture";
import SlashCommandSuggestions from "support/components/slash_commands";
import {
fillMessage,
getLastPost,
getTodoBotDMPageURL,
postMessage,
fillMessage,
getLastPost,
getTodoBotDMPageURL,
postMessage,
} from "support/utils";

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

0 comments on commit 4d5aa70

Please sign in to comment.