commit | a4b17f796b759a1e00ba42fc5d9faec6cc35913d | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Nov 04 15:37:02 2021 +0100 |
committer | Akron <nils@diewald-online.de> | Mon Nov 15 13:28:49 2021 +0100 |
tree | 79bed3564f01328f040124d721300dfc37a2e600 | |
parent | c66268e26fbc05079a01c6eeea26b1a50012e5ed [diff] [blame] |
Support inactive buttongroup items Change-Id: I7939a0554301656ad4df56a17143704dc3cbe5b4
diff --git a/t/query.t b/t/query.t index b82d769..737dbb6 100644 --- a/t/query.t +++ b/t/query.t
@@ -164,6 +164,7 @@ # Total pages ->element_count_is('#pagination > a', 7) ->text_is('#pagination a:nth-of-type(6) span', 7291) + ->element_exists('#pagination a.ellipsis.inactive') ->content_like(qr!${q}count${q}:2!) ->content_like(qr!${q}startIndex${q}:0!) ->content_like(qr!${q}itemsPerPage${q}:2!)