File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
2
2
// See LICENSE.txt for license information.
3
3
4
- import type { Page } from "@playwright/test" ;
4
+ import type { Page } from "@playwright/test" ;
5
5
6
6
import Client4 from "@mattermost/client/client4" ;
7
- import { UserProfile } from "@mattermost/types/users" ;
7
+ import { UserProfile } from "@mattermost/types/users" ;
8
8
9
9
export const waitForNewMessages = async ( page : Page ) => {
10
10
await page . waitForTimeout ( 1000 ) ;
Original file line number Diff line number Diff line change 1
1
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
2
2
// See LICENSE.txt for license information.
3
3
4
- import { test } from "@playwright/test" ;
4
+ import { test } from "@playwright/test" ;
5
5
import core from "./todo_plugin.spec" ;
6
6
7
7
import "../support/init_test" ;
Original file line number Diff line number Diff line change 6
6
// - [*] indicates an assertion (e.g. * Check the title)
7
7
// ***************************************************************
8
8
9
- import { expect , test } from "@e2e-support/test_fixture" ;
9
+ import { expect , test } from "@e2e-support/test_fixture" ;
10
10
import SlashCommandSuggestions from "support/components/slash_commands" ;
11
11
import {
12
- fillMessage ,
13
- getLastPost ,
14
- getTodoBotDMPageURL ,
15
- postMessage ,
12
+ fillMessage ,
13
+ getLastPost ,
14
+ getTodoBotDMPageURL ,
15
+ postMessage ,
16
16
} from "support/utils" ;
17
17
18
18
test . beforeEach ( async ( { page, pw } ) => {
You can’t perform that action at this time.
0 commit comments