feat: Add user statuses and cards
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { expect, type Page, type Locator } from '@playwright/test';
|
||||
import {
|
||||
expect,
|
||||
type Page,
|
||||
type Locator
|
||||
} from '@playwright/test';
|
||||
|
||||
export class RegisterPage {
|
||||
readonly usernameInput: Locator;
|
||||
|
||||
Reference in New Issue
Block a user