cleanup chrome and playwright symlink and app names

This commit is contained in:
Nick Sweeting 2024-09-22 13:17:10 -07:00
parent 7b3849c8b7
commit ab0087e106
No known key found for this signature in database
4 changed files with 35 additions and 20 deletions

View file

@ -167,7 +167,7 @@ PLAYWRIGHT_BINPROVIDER = PlaywrightBinProvider()
class PlaywrightPlugin(BasePlugin):
app_label: str = 'playwright'
verbose_name: str = 'Playwright'
verbose_name: str = 'Playwright (PIP)'
hooks: List[InstanceOf[BaseHook]] = [
PLAYWRIGHT_CONFIG,