-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3dfcd00
commit 87c4678
Showing
6 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,8 +61,8 @@ public function it_should_type_by_css_selector() | |
public function it_should_type_information_and_press_a_button() | ||
{ | ||
$formInfo = [ | ||
'firstName' => 'Mohammed', | ||
'lastName' => 'Mudassir', | ||
'firstName' => 'Mohammed', | ||
'lastName' => 'Mudassir', | ||
'inputEmail-name' => '[email protected]', | ||
]; | ||
|
||
|
@@ -78,8 +78,8 @@ public function it_should_type_information_and_press_a_button() | |
public function it_should_submit_form() | ||
{ | ||
$formInfo = [ | ||
'firstName' => 'Mohammed', | ||
'lastName' => 'Mudassir', | ||
'firstName' => 'Mohammed', | ||
'lastName' => 'Mudassir', | ||
'inputEmail-name' => '[email protected]', | ||
]; | ||
|
||
|