1 # frozen_string_literal: true
 
   3 require "application_system_test_case"
 
   5 class RichTextSystemTest < ApplicationSystemTestCase
 
   7     create(:language, :code => "en")
 
  10   test "switches to edit pane on validation failure" do
 
  11     sign_in_as create(:user)
 
  12     visit new_diary_entry_path
 
  13     fill_in "Subject", :with => "My Diary Entry Title"