Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4205 from kazumiiiiiiiiiii/ea01_top_cest_url_fix
EA01TopCestお知らせ確認URLの変更
  • Loading branch information
Chihiro Adachi committed Jul 2, 2019
2 parents eec6e48 + 7d59ded commit 5cd1ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codeception/acceptance/EA01TopCest.php
Expand Up @@ -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?:\/\/www.ec-cube.net\/.*$/', $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();

// ショップ情報の在庫切れ商品をクリックすると商品管理ページに遷移することを確認
Expand Down

0 comments on commit 5cd1ec7

Please sign in to comment.