There was an error while loading. Please reload this page.
1 parent a1953f6 commit 0fd3382Copy full SHA for 0fd3382
1 file changed
test/system/dashboard/groups_test.rb
@@ -50,6 +50,9 @@ def setup
50
subgroup1 = groups(:subgroup1)
51
visit dashboard_groups_url
52
53
+ click_on I18n.t(:'dashboard.groups.index.sorting.created_at_desc')
54
+ click_on I18n.t(:'dashboard.groups.index.sorting.name_asc'), match: :first
55
+
56
within('div.treegrid-container') do
57
assert_text group1.name
58
assert_no_text subgroup1.name
@@ -109,6 +112,9 @@ def setup
109
112
login_as users(:john_doe)
110
113
111
114
115
116
117
118
within('#groups_tree') do
119
within("##{dom_id(group1)}") do
120
0 commit comments