Fix typo in Playwright test project descriptions (#393)

This commit is contained in:
Amaury Levé 2024-04-30 15:46:37 +02:00 коммит произвёл GitHub
Родитель f23bef1952
Коммит a74fa370b9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,7 @@
"classifications": ["Test", "MSTest", "Playwright"],
"name": "MSTest Playwright Test Project",
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains Playwright tests using MSTest test framwork, that can run on .NET on Windows, Linux and MacOS.",
"description": "A project that contains Playwright tests using MSTest test framework, that can run on .NET on Windows, Linux and MacOS.",
"groupIdentity": "Microsoft.Test.Playwright.MSTest",
"precedence": "11000",
"identity": "Microsoft.Test.Playwright.MSTest.CSharp.9.0",

Просмотреть файл

@ -4,7 +4,7 @@
"classifications": [ "Test", "NUnit", "Playwright" ],
"name": "NUnit Playwright Test Project",
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains Playwright tests using NUnit test framwork, that can run on .NET on Windows, Linux and MacOS.",
"description": "A project that contains Playwright tests using NUnit test framework, that can run on .NET on Windows, Linux and MacOS.",
"groupIdentity": "Microsoft.Test.Playwright.NUnit",
"precedence": "11000",
"identity": "Microsoft.Test.Playwright.NUnit.CSharp.9.0",