Migliora pipeline e form per l'uso da cellulare.
Rende la pipeline verticale su mobile e semplifica i form lunghi con sezioni, tap target più grandi e azioni più facili da usare in movimento. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -54,6 +54,15 @@ class AuthenticationTest < ActionDispatch::IntegrationTest
|
||||
assert_match(/Altro/, response.body)
|
||||
end
|
||||
|
||||
test "pipeline page renders mobile helper text" do
|
||||
login_as users(:admin)
|
||||
follow_redirect! if response.redirect?
|
||||
|
||||
get pipeline_path(project_code: "matchlivetv")
|
||||
assert_response :success
|
||||
assert_match(/Su cellulare la vedi per stage in verticale/, response.body)
|
||||
end
|
||||
|
||||
test "disabled user cannot login" do
|
||||
admin = users(:admin)
|
||||
User.create!(
|
||||
|
||||
Reference in New Issue
Block a user