Commit Graph

32 Commits

Author SHA1 Message Date
Christophe Coevoet
4a398672ee Fixed the steps printing some output 2014-01-11 00:58:21 +01:00
Christophe Coevoet
24012515e5 Moved the license header to the top of the file 2014-01-04 11:53:25 +01:00
Robert Schönthal
18ec75d611 made compatible with behat 3rc1 2014-01-02 16:32:32 +01:00
Klein Florian
2ebc88634b make it compatible with behat v3 2013-10-29 14:04:29 +01:00
Anthon Pang
c911eef019 for consistency, fix these step arguments too 2013-03-21 20:40:33 -04:00
Konstantin Kudryashov
5cc3976f28 Merge pull request #70 from jeremyFreeAgent/feature/printCurrentUrl
Added 'Then print current URL'
2013-03-09 04:32:33 -08:00
Konstantin Kudryashov
523f2e7034 Merge pull request #57 from kssundar/master
Few more possible regular expressions to check checkbox is checked
2013-03-09 04:32:12 -08:00
Konstantin Kudryashov
bee3cca810 Merge pull request #56 from classmarkets/master
Support PyStringNode for fillField
2013-03-09 04:31:16 -08:00
Jérémy Romey
52a23ed1f2 Added 'Then print current URL' 2013-03-07 12:08:49 +01:00
Sanpi
cd499a71b5 Add homepage assertion 2013-02-18 13:59:08 +01:00
kssundar
b6df191933 by kssundar: Updated regular expression to remove 2 verbs and updated trait to be in sync with minkcontext. 2012-12-13 16:42:54 +05:30
ksbalajisundar
de37a1a1de by kssundar: Added few more possible regular expression to check whether a checkbox is checked. 2012-12-11 12:52:50 +05:30
Peter Schultz
06908e9e6d Support PyStringNode for fillField 2012-12-06 00:08:15 +01:00
Goutte
be2a10eda8 Added optional 'the' to iAmOnHomepage step 2012-12-04 17:20:34 +01:00
Konstantin Kudryashov
0f92203531 Move generic functions to RawMinkContext [2/2] 2012-10-24 17:59:32 +03:00
Konstantin Kudryashov
0314376612 Merge pull request #44 from metaltoad/getScreenshotFeature
Implements saveScreenshot helper method in MinkContext
2012-10-16 02:40:16 -07:00
Sebastien Armand
5041313307 Mink can now check that an element does not contain the given HTML 2012-10-15 19:54:25 +08:00
Tony Rasmussen
be9240abe0 getScreenshot is now in Session, not Driver 2012-10-07 10:55:25 -07:00
Tony Rasmussen
da2e4ca85f Lowercase boolean 2012-10-07 06:47:51 -07:00
Tony Rasmussen
5e854cd042 Implements saveScreenshot helper method in MinkContext 2012-10-06 20:24:32 -07:00
Michał Ochman
814b4a8df0 Allow relative paths in files_path 2012-08-07 09:47:17 +02:00
everzet
6c292e7f02 added homepage definition shortcut 2012-06-19 18:36:45 +02:00
Romulo De Lazzari
98e4dacd7a changed from $text to $pattern 2012-06-08 18:26:18 +01:00
everzet
5ff38df4b9 added missing last argument (fixes #7) 2012-06-05 13:48:51 +02:00
Konstantin Kudryashov
f4b9700355 allow optional full path usage even if files_path option set 2012-06-03 20:17:20 +03:00
everzet
7ead2a0e08 Fixed PSR2 style guides compliance 2012-06-02 22:10:00 +02:00
Christophe Coevoet
cfd002cbd8 Changed the regex delimiter for "The url should match"
Using / as a regex delimiter when matching an url is a pain because it
forces to escape all / in the url (and there more often / than " in
an URL).
2012-05-11 22:00:46 +02:00
everzet
65747ef131 moved default session configuration and active sessions teardown into initializer 2012-05-11 10:10:51 +02:00
everzet
7e31241f21 remove trailing separator in files_path before applying 2012-05-08 13:29:01 +02:00
everzet
622faa5f32 added MinkDictionary trait 2012-05-07 16:23:38 +02:00
everzet
d55f44cd7e added i18n for steps 2012-05-06 21:24:26 +02:00
everzet
7bfe9573e5 initial commit 2012-05-06 21:13:51 +02:00