Skip to content

Commit 4d2a026

Browse files
authored
Merge pull request #2027 from opensource-workshop/Test&Manual
[テスト&マニュアル]Connect-Studyのテストの微修正
2 parents 6aade39 + 3005983 commit 4d2a026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Browser/ConnectStudy/ConnectStudyCommon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testInvoke()
4242
->pause(500); // 少し待たないと、次のページ移動でデータができていない。
4343
});
4444

45-
$children_names = ['ドローン','AI顔認識','音声合成'];
45+
$children_names = ['ドローン','AI顔認識','音声合成','音声入力'];
4646
$this->movePageChildren('Connect-Study', $children_names);
4747

4848
$this->logout();

0 commit comments

Comments
 (0)