masaushi
Results
1
issues of
masaushi
This is an implementation for web first assertions (#271). An example of usage is bellow, ```go assertions := playwright.NewPlaywrightAssertions() err := assertions.ExpectLocator(locator).ToHaveText("example") if err != nil { // handle error...