|
3 | 3 | <header></header> |
4 | 4 | <body> |
5 | 5 | <!-- BrowserContext.php --> |
| 6 | + <trans-unit id="i-start-timing-now"> |
| 7 | + <source>(I )start timing now</source> |
| 8 | + <target></target> |
| 9 | + </trans-unit> |
6 | 10 | <trans-unit id="i-set-basic-authentication"> |
7 | 11 | <source>I set basic authentication with :user and :password</source> |
8 | 12 | <target></target> |
|
43 | 47 | <source>(I )wait :count second(s) until I see :text</source> |
44 | 48 | <target></target> |
45 | 49 | </trans-unit> |
| 50 | + <trans-unit id="i-should-not-see-within-second"> |
| 51 | + <source>(I )should not see :text within :count second(s)</source> |
| 52 | + <target></target> |
| 53 | + </trans-unit> |
46 | 54 | <trans-unit id="i-wait-until-i-see"> |
47 | 55 | <source>(I )wait until I see :text</source> |
48 | 56 | <target></target> |
|
51 | 59 | <source>(I )wait :count second(s) until I see :text in the :element element</source> |
52 | 60 | <target></target> |
53 | 61 | </trans-unit> |
| 62 | + <trans-unit id="i-wait-second"> |
| 63 | + <source>(I )wait :count second(s)</source> |
| 64 | + <target></target> |
| 65 | + </trans-unit> |
54 | 66 | <trans-unit id="i-wait-until-i-see-in-the-element"> |
55 | 67 | <source>(I )wait until I see :text in the :element element</source> |
56 | 68 | <target></target> |
|
63 | 75 | <source>(I )wait :count second(s) for :element element</source> |
64 | 76 | <target></target> |
65 | 77 | </trans-unit> |
66 | | - <trans-unit id="i-wait-second"> |
67 | | - <source>(I )wait :count second(s)</source> |
68 | | - <target></target> |
69 | | - </trans-unit> |
70 | 78 | <trans-unit id="i-should-see-n-in-the-nth"> |
71 | 79 | <source><![CDATA[/^(?:|I )should see (?P<count>\d+) "(?P<element>[^"]*)" in the (?P<index>\d+)(?:st|nd|rd|th) "(?P<parent>[^"]*)"$/]]></source> |
72 | 80 | <target></target> |
|
79 | 87 | <source>(I )should see more than :count :element in the :index :parent</source> |
80 | 88 | <target></target> |
81 | 89 | </trans-unit> |
82 | | - <trans-unit id="the-element-shouls-be-disabled"> |
83 | | - <source>the element :element should be disabled</source> |
84 | | - <target></target> |
85 | | - </trans-unit> |
86 | 90 | <trans-unit id="the-element-should-be-enabled"> |
87 | 91 | <source>the element :element should be enabled</source> |
88 | 92 | <target></target> |
89 | 93 | </trans-unit> |
| 94 | + <trans-unit id="the-element-shouls-be-disabled"> |
| 95 | + <source>the element :element should be disabled</source> |
| 96 | + <target></target> |
| 97 | + </trans-unit> |
90 | 98 | <trans-unit id="the-select-box-should-contain"> |
91 | 99 | <source>the :select select box should contain :option</source> |
92 | 100 | <target></target> |
|
115 | 123 | <source>(I )switch to main frame</source> |
116 | 124 | <target></target> |
117 | 125 | </trans-unit> |
| 126 | + <trans-unit id="the-total-elapsed-time-should-be-than-seconds"> |
| 127 | + <source>(the )total elapsed time should be :comparison than :expected seconds</source> |
| 128 | + <target></target> |
| 129 | + </trans-unit> |
| 130 | + <trans-unit id="the-total-elapsed-time-should-be-to-seconds"> |
| 131 | + <source>(the )total elapsed time should be :comparison to :expected seconds</source> |
| 132 | + <target></target> |
| 133 | + </trans-unit> |
118 | 134 |
|
119 | 135 | <!-- SystemContext.php --> |
120 | 136 | <trans-unit id="i-put-the-file-into-field"> |
|
277 | 293 | <source>the response should be empty</source> |
278 | 294 | <target></target> |
279 | 295 | </trans-unit> |
280 | | - <trans-unit id="the-header-should-equal-to"> |
| 296 | + <trans-unit id="the-header-should-be-equal-to"> |
281 | 297 | <source>the header :name should be equal to :value</source> |
282 | 298 | <target></target> |
283 | 299 | </trans-unit> |
| 300 | + <trans-unit id="the-header-should-not-be-equal-to"> |
| 301 | + <source>the header :name should not be equal to :value</source> |
| 302 | + <target></target> |
| 303 | + </trans-unit> |
284 | 304 | <trans-unit id="i-add-header-equal-to"> |
285 | 305 | <source>I add :name header equal to :value</source> |
286 | 306 | <target></target> |
|
0 commit comments