From 1a4c3641b433a9f92811e66230c16d6a4abdecff Mon Sep 17 00:00:00 2001 From: hideki_okajima Date: Wed, 12 Dec 2018 16:30:55 +0900 Subject: [PATCH] =?UTF-8?q?fix=20=E3=81=8A=E7=9F=A5=E3=82=89=E3=81=9B?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=E3=81=AB=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codeception/acceptance/EA01TopCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeception/acceptance/EA01TopCest.php b/codeception/acceptance/EA01TopCest.php index 120935d4ccd..f2da7276b32 100644 --- a/codeception/acceptance/EA01TopCest.php +++ b/codeception/acceptance/EA01TopCest.php @@ -81,7 +81,7 @@ public function top_001(\AcceptanceTester $I) // お知らせの記事をクリックすると設定されたURLに遷移することを確認 $I->switchToIFrame('information'); - $I->click(['css' => '.news_area .link_list .tableish a:nth-child(1)']); + $I->click(['css' => '.news_area .link_list .tableish a:nth-child(2)']); $I->switchToNewWindow(); $I->assertRegExp('/^https?:\/\/www.ec-cube.net\/.*$/', $I->executeJS('return location.href'), '公式サイトが開く'); $I->switchToWindow();