diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-14 17:02:30 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-14 17:02:30 +0200 |
| commit | f93969e772a36b54998496092b54972825a07dd8 (patch) | |
| tree | 74c9e87b59c641454216dbeb274b415450ba8a27 /test/controllers/revisions_controller_test.rb | |
| parent | b282797767e6980ebad340e352bef4b0552c150d (diff) | |
Fold revision metadata into a two-line row
Title on the first line, date, revision and editor on the second, with the
two actions as an icon grid. Four columns become two, so the table needs no
mobile card treatment.
Diffstat (limited to 'test/controllers/revisions_controller_test.rb')
| -rw-r--r-- | test/controllers/revisions_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controllers/revisions_controller_test.rb b/test/controllers/revisions_controller_test.rb index d9f49e58..68ef8abf 100644 --- a/test/controllers/revisions_controller_test.rb +++ b/test/controllers/revisions_controller_test.rb | |||
| @@ -26,7 +26,7 @@ class RevisionsControllerTest < ActionController::TestCase | |||
| 26 | login_as :quentin | 26 | login_as :quentin |
| 27 | get :index, params: { :node_id => @node.id } | 27 | get :index, params: { :node_id => @node.id } |
| 28 | assert_response :success | 28 | assert_response :success |
| 29 | assert_select ".revision", 2 | 29 | assert_select "tbody tr[data-revision]", 2 |
| 30 | end | 30 | end |
| 31 | 31 | ||
| 32 | test "showing one revision" do | 32 | test "showing one revision" do |
