File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ conditional assertions or element selection. Even though you should generally tr
228
228
`element(...).query(fn)`. The following code listing shows how this function can be used to delete
229
229
added entries (where an entry is some domain object) using the application's web interface.
230
230
231
- Imagine the application to be structure into two views:
231
+ Imagine the application to be structured into two views:
232
232
233
233
1. *Overview view* which lists all the added entries in a table and
234
234
2. a *detail view* which shows the entries' details and contains a delete button. When clicking the
@@ -301,4 +301,4 @@ element('.btn-danger').click();
301
301
element('table tbody').query(function (tbody, done) { ... });
302
302
element('table tbody a');
303
303
element('.btn-danger').click();
304
- </pre>
304
+ </pre>
You can’t perform that action at this time.
0 commit comments