You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Types of property 'mhApiUrl' are incompatible.
Type 'MailHogTestFixture<string>' is not assignable to type 'TestFixtureValue<string, TestFixtures & PomFixtures & MailHogFixtures & KcAdminFixtures & { assertUserExists: (credentials: Credentials) => Promise<...>; assertUserDoesNotExist: (username: string) => Promise<...>; } & ... 4 more ... & PlaywrightWorkerOptions> | [...]'.
Type 'MailHogTestFixture<string>' is not assignable to type 'TestFixture<string, TestFixtures & PomFixtures & MailHogFixtures & KcAdminFixtures & { assertUserExists: (credentials: Credentials) => Promise<...>; assertUserDoesNotExist: (username: string) => Promise<...>; } & ... 4 more ... & PlaywrightWorkerOptions>'.
Types of parameters 'args' and 'args' are incompatible.
Type 'TestFixtures & PomFixtures & MailHogFixtures & KcAdminFixtures & { assertUserExists: (credentials: Credentials) => Promise<...>; assertUserDoesNotExist: (username: string) => Promise<...>; } & ... 4 more ... & PlaywrightWorkerOptions' is not assignable to type 'PlaywrightTestArgs & Partial<MailHogFixtures>'.
Type 'TestFixtures & PomFixtures & MailHogFixtures & KcAdminFixtures & { assertUserExists: (credentials: Credentials) => Promise<...>; assertUserDoesNotExist: (username: string) => Promise<...>; } & ... 4 more ... & PlaywrightWorkerOptions' is not assignable to type 'PlaywrightTestArgs'.
The types of 'context.exposeBinding' are incompatible between these types.
The text was updated successfully, but these errors were encountered:
A section of the error
The text was updated successfully, but these errors were encountered: