1
- <?php //[STAMP] 655f3852f47c53f31093f448f1b7f2c5
1
+ <?php //[STAMP] 8226438e4d1a01d3ebb358f3af77c814
2
2
3
3
// This class was automatically generated by build task
4
4
// You should not change it manually as it will be overwritten on next build
@@ -1639,7 +1639,7 @@ public function setCookie($name, $val, $params = null) {
1639
1639
* @return mixed
1640
1640
* @see \Codeception\Lib\InnerBrowser::grabCookie()
1641
1641
*/
1642
- public function grabCookie ($ name , $ params = null ) {
1642
+ public function grabCookie ($ cookie , $ params = null ) {
1643
1643
return $ this ->scenario ->runStep (new \Codeception \Step \Action ('grabCookie ' , func_get_args ()));
1644
1644
}
1645
1645
@@ -1662,7 +1662,7 @@ public function grabCookie($name, $params = null) {
1662
1662
* Conditional Assertion: Test won't be stopped on fail
1663
1663
* @see \Codeception\Lib\InnerBrowser::seeCookie()
1664
1664
*/
1665
- public function canSeeCookie ($ name , $ params = null ) {
1665
+ public function canSeeCookie ($ cookie , $ params = null ) {
1666
1666
return $ this ->scenario ->runStep (new \Codeception \Step \ConditionalAssertion ('seeCookie ' , func_get_args ()));
1667
1667
}
1668
1668
/**
@@ -1682,7 +1682,7 @@ public function canSeeCookie($name, $params = null) {
1682
1682
* @return mixed
1683
1683
* @see \Codeception\Lib\InnerBrowser::seeCookie()
1684
1684
*/
1685
- public function seeCookie ($ name , $ params = null ) {
1685
+ public function seeCookie ($ cookie , $ params = null ) {
1686
1686
return $ this ->scenario ->runStep (new \Codeception \Step \Assertion ('seeCookie ' , func_get_args ()));
1687
1687
}
1688
1688
@@ -1700,7 +1700,7 @@ public function seeCookie($name, $params = null) {
1700
1700
* Conditional Assertion: Test won't be stopped on fail
1701
1701
* @see \Codeception\Lib\InnerBrowser::dontSeeCookie()
1702
1702
*/
1703
- public function cantSeeCookie ($ name , $ params = null ) {
1703
+ public function cantSeeCookie ($ cookie , $ params = null ) {
1704
1704
return $ this ->scenario ->runStep (new \Codeception \Step \ConditionalAssertion ('dontSeeCookie ' , func_get_args ()));
1705
1705
}
1706
1706
/**
@@ -1715,7 +1715,7 @@ public function cantSeeCookie($name, $params = null) {
1715
1715
* @return mixed
1716
1716
* @see \Codeception\Lib\InnerBrowser::dontSeeCookie()
1717
1717
*/
1718
- public function dontSeeCookie ($ name , $ params = null ) {
1718
+ public function dontSeeCookie ($ cookie , $ params = null ) {
1719
1719
return $ this ->scenario ->runStep (new \Codeception \Step \Assertion ('dontSeeCookie ' , func_get_args ()));
1720
1720
}
1721
1721
@@ -1900,7 +1900,7 @@ public function seeNumberOfElements($selector, $expected) {
1900
1900
* Conditional Assertion: Test won't be stopped on fail
1901
1901
* @see \Codeception\Lib\InnerBrowser::seeOptionIsSelected()
1902
1902
*/
1903
- public function canSeeOptionIsSelected ($ select , $ optionText ) {
1903
+ public function canSeeOptionIsSelected ($ selector , $ optionText ) {
1904
1904
return $ this ->scenario ->runStep (new \Codeception \Step \ConditionalAssertion ('seeOptionIsSelected ' , func_get_args ()));
1905
1905
}
1906
1906
/**
@@ -1920,7 +1920,7 @@ public function canSeeOptionIsSelected($select, $optionText) {
1920
1920
* @return mixed
1921
1921
* @see \Codeception\Lib\InnerBrowser::seeOptionIsSelected()
1922
1922
*/
1923
- public function seeOptionIsSelected ($ select , $ optionText ) {
1923
+ public function seeOptionIsSelected ($ selector , $ optionText ) {
1924
1924
return $ this ->scenario ->runStep (new \Codeception \Step \Assertion ('seeOptionIsSelected ' , func_get_args ()));
1925
1925
}
1926
1926
@@ -1943,7 +1943,7 @@ public function seeOptionIsSelected($select, $optionText) {
1943
1943
* Conditional Assertion: Test won't be stopped on fail
1944
1944
* @see \Codeception\Lib\InnerBrowser::dontSeeOptionIsSelected()
1945
1945
*/
1946
- public function cantSeeOptionIsSelected ($ select , $ optionText ) {
1946
+ public function cantSeeOptionIsSelected ($ selector , $ optionText ) {
1947
1947
return $ this ->scenario ->runStep (new \Codeception \Step \ConditionalAssertion ('dontSeeOptionIsSelected ' , func_get_args ()));
1948
1948
}
1949
1949
/**
@@ -1963,7 +1963,7 @@ public function cantSeeOptionIsSelected($select, $optionText) {
1963
1963
* @return mixed
1964
1964
* @see \Codeception\Lib\InnerBrowser::dontSeeOptionIsSelected()
1965
1965
*/
1966
- public function dontSeeOptionIsSelected ($ select , $ optionText ) {
1966
+ public function dontSeeOptionIsSelected ($ selector , $ optionText ) {
1967
1967
return $ this ->scenario ->runStep (new \Codeception \Step \Assertion ('dontSeeOptionIsSelected ' , func_get_args ()));
1968
1968
}
1969
1969
0 commit comments