Comment 1 for bug 1772036

Revision history for this message
Kev Bowring (flocculant) wrote :

Unfortunately - numbering isn't done manually - but is a product of how we have to write testcases.

example from the beginning of the gigolo testcase:

This test will check that Gigolo can be opened either from a terminal window or from the applications menu
<dl>
    <dt>Open a terminal window, type "gigolo" at the prompt and hit the 'Enter' key</dt>
        <dd>Gigolo window opens</dd>
    <dt>Point your mouse pointer to the menu icon and click it</dt>
        <dd>A menu drops down</dd>
    <dt>Navigate to System -> Gigolo</dt>
        <dd>Gigolo window opens</dd>
</dl>

The next group inside <dl> starts numbering anew.