Skipping TestStop unit test (Page.stopLoading not available)

This commit is contained in:
Kenneth Shaw 2017-02-21 15:06:19 +07:00
parent bb2a503425
commit d15303bae6

View File

@ -276,6 +276,7 @@ func TestNavigateForward(t *testing.T) {
}
func TestStop(t *testing.T) {
t.Skip("Page.stopLoading not available")
t.Parallel()
var err error