Skip to content

Commit 3f87fad

Browse files
authored
Merge pull request #2072 from opensource-workshop/github-actions-dusk
[テスト] GroupManageTest, グループ登録時のテスト修正
2 parents d2b097d + f7365e4 commit 3f87fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Browser/Manage/GroupManageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private function edit($name)
7676
private function update()
7777
{
7878
$this->browse(function (Browser $browser) {
79-
$browser->press('グループ変更')
79+
$browser->press('グループ登録')
8080
->assertTitleContains('Connect-CMS')
8181
->screenshot('manage/group/update/images/update');
8282
});

0 commit comments

Comments
 (0)