@@ -62,7 +62,7 @@ public function testCreateFormAndFeed(AcceptanceTester $I)
62
62
// Complete Form Fields.
63
63
$ I ->fillField ('.name_first input[type=text] ' , $ firstName );
64
64
$ I ->fillField ('.name_last input[type=text] ' , $ lastName );
65
- $ I ->fillField ('.ginput_container_email input[type=text ] ' , $ emailAddress );
65
+ $ I ->fillField ('.ginput_container_email input[type=email ] ' , $ emailAddress );
66
66
67
67
// Submit Form.
68
68
$ I ->click ('Submit ' );
@@ -135,7 +135,7 @@ public function testCreateFormAndFeedWithNoConvertKitFormSelected(AcceptanceTest
135
135
// Complete Form Fields.
136
136
$ I ->fillField ('.name_first input[type=text] ' , $ firstName );
137
137
$ I ->fillField ('.name_last input[type=text] ' , $ lastName );
138
- $ I ->fillField ('.ginput_container_email input[type=text ] ' , $ emailAddress );
138
+ $ I ->fillField ('.ginput_container_email input[type=email ] ' , $ emailAddress );
139
139
140
140
// Submit Form.
141
141
$ I ->click ('Submit ' );
@@ -320,7 +320,7 @@ public function testCreateFormAndFeedWithTagAndFieldTagSelected(AcceptanceTester
320
320
// Complete Form Fields.
321
321
$ I ->fillField ('.name_first input[type=text] ' , $ firstName );
322
322
$ I ->fillField ('.name_last input[type=text] ' , $ lastName );
323
- $ I ->fillField ('.ginput_container_email input[type=text ] ' , $ emailAddress );
323
+ $ I ->fillField ('.ginput_container_email input[type=email ] ' , $ emailAddress );
324
324
$ I ->selectOption ('select.gfield_select ' , $ _ENV ['CONVERTKIT_API_ADDITIONAL_TAG_NAME ' ]);
325
325
326
326
// Submit Form.
@@ -399,7 +399,7 @@ public function testCreateFormAndFeedWithFieldTagSelected(AcceptanceTester $I)
399
399
// Complete Form Fields.
400
400
$ I ->fillField ('.name_first input[type=text] ' , $ firstName );
401
401
$ I ->fillField ('.name_last input[type=text] ' , $ lastName );
402
- $ I ->fillField ('.ginput_container_email input[type=text ] ' , $ emailAddress );
402
+ $ I ->fillField ('.ginput_container_email input[type=email ] ' , $ emailAddress );
403
403
$ I ->selectOption ('select.gfield_select ' , $ _ENV ['CONVERTKIT_API_ADDITIONAL_TAG_NAME ' ]);
404
404
405
405
// Submit Form.
@@ -478,7 +478,7 @@ public function testCreateFormAndFeedWithInvalidFieldTagSelected(AcceptanceTeste
478
478
// Complete Form Fields.
479
479
$ I ->fillField ('.name_first input[type=text] ' , $ firstName );
480
480
$ I ->fillField ('.name_last input[type=text] ' , $ lastName );
481
- $ I ->fillField ('.ginput_container_email input[type=text ] ' , $ emailAddress );
481
+ $ I ->fillField ('.ginput_container_email input[type=email ] ' , $ emailAddress );
482
482
$ I ->selectOption ( 'select.gfield_select ' , 'fakeTagNotInConvertKit ' );
483
483
484
484
// Submit Form.
@@ -557,7 +557,7 @@ public function testCreateFormAndFeedWithTagSelected(AcceptanceTester $I)
557
557
// Complete Form Fields.
558
558
$ I ->fillField ('.name_first input[type=text] ' , $ firstName );
559
559
$ I ->fillField ('.name_last input[type=text] ' , $ lastName );
560
- $ I ->fillField ('.ginput_container_email input[type=text ] ' , $ emailAddress );
560
+ $ I ->fillField ('.ginput_container_email input[type=email ] ' , $ emailAddress );
561
561
562
562
// Submit Form.
563
563
$ I ->click ('Submit ' );
@@ -641,7 +641,7 @@ public function testCreateFormAndFeedWithConditionalLogicMatching(AcceptanceTest
641
641
// Complete Form Fields.
642
642
$ I ->fillField ('.name_first input[type=text] ' , $ firstName );
643
643
$ I ->fillField ('.name_last input[type=text] ' , $ lastName );
644
- $ I ->fillField ('.ginput_container_email input[type=text ] ' , $ emailAddress );
644
+ $ I ->fillField ('.ginput_container_email input[type=email ] ' , $ emailAddress );
645
645
646
646
// Submit Form.
647
647
$ I ->click ('Submit ' );
@@ -720,7 +720,7 @@ public function testCreateFormAndFeedWithConditionalLogicDoesNotMatch(Acceptance
720
720
// Complete Form Fields.
721
721
$ I ->fillField ('.name_first input[type=text] ' , $ firstName );
722
722
$ I ->fillField ('.name_last input[type=text] ' , $ lastName );
723
- $ I ->fillField ('.ginput_container_email input[type=text ] ' , $ emailAddress );
723
+ $ I ->fillField ('.ginput_container_email input[type=email ] ' , $ emailAddress );
724
724
725
725
// Submit Form.
726
726
$ I ->click ('Submit ' );
@@ -790,7 +790,7 @@ public function testCreateFormAndFeedDisabled(AcceptanceTester $I)
790
790
// Complete Form Fields.
791
791
$ I ->fillField ('.name_first input[type=text] ' , $ firstName );
792
792
$ I ->fillField ('.name_last input[type=text] ' , $ lastName );
793
- $ I ->fillField ('.ginput_container_email input[type=text ] ' , $ emailAddress );
793
+ $ I ->fillField ('.ginput_container_email input[type=email ] ' , $ emailAddress );
794
794
795
795
// Submit Form.
796
796
$ I ->click ('Submit ' );
0 commit comments