Skip to content

Commit

Permalink
fix flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Jul 12, 2024
1 parent b6b42d8 commit c670738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ func TestResource(t *testing.T) {
func TestBackgroundImage(t *testing.T) {
g := setup(t)

p := g.page.MustNavigate(g.srcFile("fixtures/resource.html"))
p := g.page.MustNavigate(g.srcFile("fixtures/resource.html")).MustWaitStable()
el := p.MustElement("div")
g.Eq(len(el.MustBackgroundImage()), 22661)

Expand Down

0 comments on commit c670738

Please sign in to comment.