diff --git a/README.md b/README.md index 47774b9e..dc4e1df2 100644 --- a/README.md +++ b/README.md @@ -209,11 +209,6 @@ it('should drag & drop', async() => { ); // do assertions }); - -it('should click at coordinate', async() => { - await clickAt(100, 200); - // do assertions -}); ``` ### Using the Keyboard