mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: fix error message typo (#14729)
This commit is contained in:
parent
2b33f76825
commit
8dc10556e8
@ -73,7 +73,7 @@ export class TestTypeImpl {
|
|||||||
`- You are calling ${title} in a configuration file.`,
|
`- You are calling ${title} in a configuration file.`,
|
||||||
`- You are calling ${title} in a file that is imported by the configuration file.`,
|
`- You are calling ${title} in a file that is imported by the configuration file.`,
|
||||||
`- You have two different versions of @playwright/test. This usually happens`,
|
`- You have two different versions of @playwright/test. This usually happens`,
|
||||||
` when one of the dependenices in your package.json depends on @playwright/test.`,
|
` when one of the dependencies in your package.json depends on @playwright/test.`,
|
||||||
].join('\n'));
|
].join('\n'));
|
||||||
}
|
}
|
||||||
return suite;
|
return suite;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user