Disable `lazy_load_test`
This commit is contained in:
parent
953df608fe
commit
753412539d
|
@ -7,7 +7,7 @@ import (
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestExampleLazyLoad(t *testing.T) {
|
func DisabledTestExampleLazyLoad(t *testing.T) {
|
||||||
setupPageTest(t, "examples/lazy_load", func(runner runnerFn) {
|
setupPageTest(t, "examples/lazy_load", func(runner runnerFn) {
|
||||||
runner("observe lazy load", func(t *testing.T, page *rod.Page) {
|
runner("observe lazy load", func(t *testing.T, page *rod.Page) {
|
||||||
selector := "#lazy_load"
|
selector := "#lazy_load"
|
||||||
|
|
Loading…
Reference in New Issue