File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ private function import()
226226
227227 $ browser ->press ('インポート ' )
228228 ->acceptDialog ()
229- ->waitFor ( ' input[name="codes_csv"] ' )
229+ ->waitForLocation ( ' /manage/code/import ' )
230230 ->assertDontSee ('500 ' ) // "500" 文字がない事
231231 ->screenshot ('manage/code/import/images/import2 ' );
232232 });
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ private function registOther(...$names)
131131 }
132132
133133 $ browser ->visit ('/manage/reservation/regist ' )
134- ->waitFor ( " input[name='facility_name'] " )
134+ ->waitForText ( ' 登録確定 ' )
135135 ->type ('facility_name ' , $ name )
136136 ->select ('reservations_categories_id ' , $ reservations_category )
137137 ->select ('columns_set_id ' , '1 ' )
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ private function index()
5151 ->screenshot ('manage/theme/index/images/index ' );
5252
5353 $ browser ->click ('#image_edit_1 ' )
54- ->waitFor ( ' #upload_images ' )
54+ ->pause ( 500 )
5555 ->assertTitleContains ('Connect-CMS ' )
5656 ->screenshot ('manage/theme/index/images/image_edit ' );
5757 });
You can’t perform that action at this time.
0 commit comments