Skip to content

Commit

Permalink
テスト名を元に戻した
Browse files Browse the repository at this point in the history
意図しない変更だったため元に戻した
  • Loading branch information
sadanora committed Nov 15, 2022
1 parent 3f9964b commit 5722d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/regular_events_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'application_system_test_case'

class RegularEventsTest < ApplicationSystemTestCase
test 'show regular event as WIP' do
test 'create regular event as WIP' do
visit_with_auth new_regular_event_path, 'komagata'
within 'form[name=regular_event]' do
fill_in 'regular_event[title]', with: '質問相談タイム'
Expand Down

0 comments on commit 5722d49

Please sign in to comment.