We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b930fea commit 80b510aCopy full SHA for 80b510a
pwa/test/integration/flush_pagination_test.go
@@ -40,17 +40,7 @@ func TestFlushPagination(t *testing.T) {
40
}
41
els = p.MustElements(".remove-flush-buttonz-div")
42
log.Println("number of flushes: ", len(els))
43
- if len(els) != 3 {
44
- t.Fatal("wrong number of flushes")
45
- }
46
- p.MustElement("#update-button").MustClick()
47
- err = p.WaitStable(time.Second * 2)
48
- if err != nil {
49
- log.Fatal(err)
50
51
- els = p.MustElements(".remove-flush-buttonz-div")
52
- log.Println("number of flushes: ", len(els))
53
- if len(els) != 0 {
+ if len(els) != 6 {
54
t.Fatal("wrong number of flushes")
55
56
0 commit comments