From 8b61f23ce7fa4dda47073d1fb64907248bc284a2 Mon Sep 17 00:00:00 2001 From: kazumi_watanabe Date: Tue, 2 Jul 2019 10:10:26 +0900 Subject: [PATCH 1/2] =?UTF-8?q?EA01TopCest=E3=81=8A=E7=9F=A5=E3=82=89?= =?UTF-8?q?=E3=81=9B=E7=A2=BA=E8=AA=8DURL=E3=81=AE=E5=A4=89=E6=9B=B4?= 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 c135d814cf1..a472d82f98c 100644 --- a/codeception/acceptance/EA01TopCest.php +++ b/codeception/acceptance/EA01TopCest.php @@ -83,7 +83,7 @@ public function top_001(\AcceptanceTester $I) $I->switchToIFrame('information'); $I->click(['css' => '.news_area .link_list .tableish a:nth-child(1)']); $I->switchToNewWindow(); - $I->assertRegExp('/^https?:\/\/www.ec-cube.net\/.*$/', $I->executeJS('return location.href'), '公式サイトが開く'); + $I->assertRegExp('/^https?:\/\/eccubeday2019.peatix.com\/.*$/', $I->executeJS('return location.href'), '公式サイトが開く'); $I->switchToWindow(); // ショップ情報の在庫切れ商品をクリックすると商品管理ページに遷移することを確認 From 7d59dedc095764aaaf8ab11d4186eabf88e25030 Mon Sep 17 00:00:00 2001 From: kazumi_watanabe Date: Tue, 2 Jul 2019 10:16:59 +0900 Subject: [PATCH 2/2] =?UTF-8?q?EA01TopCest=E3=81=8A=E7=9F=A5=E3=82=89?= =?UTF-8?q?=E3=81=9B=E7=A2=BA=E8=AA=8DURL=E3=81=AE=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codeception/acceptance/EA01TopCest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codeception/acceptance/EA01TopCest.php b/codeception/acceptance/EA01TopCest.php index a472d82f98c..d8cb413b4a4 100644 --- a/codeception/acceptance/EA01TopCest.php +++ b/codeception/acceptance/EA01TopCest.php @@ -83,7 +83,8 @@ public function top_001(\AcceptanceTester $I) $I->switchToIFrame('information'); $I->click(['css' => '.news_area .link_list .tableish a:nth-child(1)']); $I->switchToNewWindow(); - $I->assertRegExp('/^https?:\/\/eccubeday2019.peatix.com\/.*$/', $I->executeJS('return location.href'), '公式サイトが開く'); + #$I->assertRegExp('/^https?:\/\/www.ec-cube.net\/.*$/', $I->executeJS('return location.href'), '公式サイトが開く'); + $I->assertRegExp('/^https?:\/\/eccubeday2019.peatix.com\/.*$/', $I->executeJS('return location.href'), 'eccubeday2019のpeatixが開く'); $I->switchToWindow(); // ショップ情報の在庫切れ商品をクリックすると商品管理ページに遷移することを確認