Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0.18に合わせたcodeceptionの修正 #157

Merged
merged 22 commits into from
May 15, 2019
Merged

3.0.18に合わせたcodeceptionの修正 #157

merged 22 commits into from
May 15, 2019

Conversation

kazumiiiiiiiiiii
Copy link

No description provided.

Copy link
Contributor

@kiy0taka kiy0taka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.envの修正はPRに含めないで下さい。

@kazumiiiiiiiiiii
Copy link
Author

申し訳ありません、修正します。

@@ -7,42 +7,42 @@ services:
- docker

env:
## Firefox, PostgreSQL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

すべてchromeになってしまっているので、firefoxはallow_failuresで残しておいて下さい。


codecept_debug($I->grabTextFrom('#template-change'));

$I->selectOption(['id' => 'template-change'], 'ご注文ありがとうございます');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

selectOption の第二引数は値だけだと選択するのに時間がかかるので ['id' => 'value'] の形でお願いします。

@@ -257,7 +260,7 @@ public function order_一括メール通知(\AcceptanceTester $I)
->一覧_全選択()
->メール一括通知();

$I->selectOption(['id' => 'template-change'], ['1' => '注文受付メール']);
$I->selectOption(['id' => 'template-change'], 'ご注文ありがとうございます');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

selectOption の第二引数は値だけだと選択するのに時間がかかるので ['id' => 'value'] の形でお願いします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants