Sometimes the order in which strings appear on a page matters to you.
Spreewald Show archive.org snapshot gives you steps like these:
Then I should see in this order:
| Alpha Group |
| Augsburg |
| Berlin |
| Beta Group |
Or, if you prefer multiline strings:
Then I should see in this order:
"""
Alpha Group
Augsburg
Berlin
Beta Group
"""
The step ignores all HTML tags and only tests on plain text.
Posted by Dominik Schöler to makandra dev (2010-10-08 15:17)