Weekly updates or additions to Ghost Inspector tests

This commit is contained in:
Jay R. Newlin (PromptWorks)
2019-11-08 10:39:37 -05:00
parent bf487b282d
commit 3a9070c154
20 changed files with 541 additions and 20 deletions

View File

@@ -12,7 +12,7 @@
<meta name="ghost-inspector-globalStepDelay" content="250" />
<meta name="ghost-inspector-maxWaitDelay" content="15000" />
<meta name="ghost-inspector-maxAjaxDelay" content="10000" />
<meta name="ghost-inspector-viewportSize" content="1280x800" />
<meta name="ghost-inspector-viewportSize" content="1920x1080" />
<meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
@@ -341,6 +341,24 @@ Imported from: AT-AT CI - New Portfolio-->
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=input[type="submit"]</td>
<td>Save</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<!--Imported from: AT-AT CI - TO Step 2
Imported from: AT-AT CI - TO Step 1
Imported from: AT-AT CI - New Portfolio-->
<tr>
<td>waitForElementPresent</td>
<td>css=input[type="submit"]</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=input[type="submit"]</td>
<td></td>