From 5a485abc781cd478fc8f5d508ad087be86b5b878 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 8 Jan 2024 20:54:32 -0800 Subject: [PATCH] me => my --- datasette/playwright-tests-datasette-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasette/playwright-tests-datasette-plugin.md b/datasette/playwright-tests-datasette-plugin.md index 808299b368..2063c104ba 100644 --- a/datasette/playwright-tests-datasette-plugin.md +++ b/datasette/playwright-tests-datasette-plugin.md @@ -4,7 +4,7 @@ I really like [Playwright](https://playwright.dev/) for writing automated tests Today I integrated Playwright into the tests for one of my Datasette plugins for the first time. I based my work off Alex Garcia's [tests for datasette-comments](https://github.com/datasette/datasette-comments/tree/0.1.0/tests). -I added Playwright to me [datasette-search-all](https://github.com/simonw/datasette-search-all) plugin as part of [issue #19](https://github.com/simonw/datasette-search-all/issues/19). Here's what I did. +I added Playwright to my [datasette-search-all](https://github.com/simonw/datasette-search-all) plugin as part of [issue #19](https://github.com/simonw/datasette-search-all/issues/19). Here's what I did. ## Playwright as a test dependency