Changes based on new checkbox in TO Step 5

This commit is contained in:
Jay R. Newlin (PromptWorks) 2019-12-19 13:16:45 -05:00
parent 832234cbe1
commit 2cf643daa5
3 changed files with 54 additions and 9 deletions

View File

@ -329,12 +329,27 @@
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>css=fieldset.usa-input__choices > legend > label</td> <td>css=.task-order__confirmation > div:nth-of-type(1) > .usa-input > fieldset.usa-input__choices > legend > label</td>
<td></td> <td></td>
</tr> </tr>
<tr original-target="fieldset.usa-input__choices > legend > label,xpath=//label[contains(text(), "I acknowledge that the uploaded task order contains the required KO signature.")]"> <tr original-target=".task-order__confirmation > div:nth-of-type(1) > .usa-input > fieldset.usa-input__choices > legend > label,xpath=//label[contains(text(), "I confirm the uploaded Task Order is signed by the appropriate")]">
<td>click</td> <td>click</td>
<td>css=fieldset.usa-input__choices > legend > label</td> <td>css=.task-order__confirmation > div:nth-of-type(1) > .usa-input > fieldset.usa-input__choices > legend > label</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.task-order__confirmation > div:nth-of-type(2) > .usa-input > fieldset.usa-input__choices > legend > label</td>
<td></td>
</tr>
<tr original-target=".task-order__confirmation > div:nth-of-type(2) > .usa-input > fieldset.usa-input__choices > legend > label,xpath=//label[contains(text(), "I confirm that the information entered here in matches that of the submitted Task Order.")]">
<td>click</td>
<td>css=.task-order__confirmation > div:nth-of-type(2) > .usa-input > fieldset.usa-input__choices > legend > label</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>

View File

@ -329,12 +329,27 @@
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>css=fieldset.usa-input__choices > legend > label</td> <td>css=.task-order__confirmation > div:nth-of-type(1) > .usa-input > fieldset.usa-input__choices > legend > label</td>
<td></td> <td></td>
</tr> </tr>
<tr original-target="fieldset.usa-input__choices > legend > label,xpath=//label[contains(text(), "I acknowledge that the uploaded task order contains the required KO signature.")]"> <tr original-target=".task-order__confirmation > div:nth-of-type(1) > .usa-input > fieldset.usa-input__choices > legend > label,xpath=//label[contains(text(), "I confirm the uploaded Task Order is signed by the appropriate")]">
<td>click</td> <td>click</td>
<td>css=fieldset.usa-input__choices > legend > label</td> <td>css=.task-order__confirmation > div:nth-of-type(1) > .usa-input > fieldset.usa-input__choices > legend > label</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.task-order__confirmation > div:nth-of-type(2) > .usa-input > fieldset.usa-input__choices > legend > label</td>
<td></td>
</tr>
<tr original-target=".task-order__confirmation > div:nth-of-type(2) > .usa-input > fieldset.usa-input__choices > legend > label,xpath=//label[contains(text(), "I confirm that the information entered here in matches that of the submitted Task Order.")]">
<td>click</td>
<td>css=.task-order__confirmation > div:nth-of-type(2) > .usa-input > fieldset.usa-input__choices > legend > label</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>

View File

@ -344,12 +344,27 @@
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>css=fieldset.usa-input__choices > legend > label</td> <td>css=.task-order__confirmation > div:nth-of-type(1) > .usa-input > fieldset.usa-input__choices > legend > label</td>
<td></td> <td></td>
</tr> </tr>
<tr original-target="fieldset.usa-input__choices > legend > label,xpath=//label[contains(text(), "I acknowledge that the uploaded task order contains the required KO signature.")]"> <tr original-target=".task-order__confirmation > div:nth-of-type(1) > .usa-input > fieldset.usa-input__choices > legend > label,xpath=//label[contains(text(), "I confirm the uploaded Task Order is signed by the appropriate")]">
<td>click</td> <td>click</td>
<td>css=fieldset.usa-input__choices > legend > label</td> <td>css=.task-order__confirmation > div:nth-of-type(1) > .usa-input > fieldset.usa-input__choices > legend > label</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.task-order__confirmation > div:nth-of-type(2) > .usa-input > fieldset.usa-input__choices > legend > label</td>
<td></td>
</tr>
<tr original-target=".task-order__confirmation > div:nth-of-type(2) > .usa-input > fieldset.usa-input__choices > legend > label,xpath=//label[contains(text(), "I confirm that the information entered here in matches that of the submitted Task Order.")]">
<td>click</td>
<td>css=.task-order__confirmation > div:nth-of-type(2) > .usa-input > fieldset.usa-input__choices > legend > label</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>