Various test maintenance over the past several weeks

This commit is contained in:
Jay R. Newlin (PromptWorks)
2020-02-28 11:40:38 -05:00
parent 285f7f20a0
commit 74d76c33ad
37 changed files with 498 additions and 2236 deletions

View File

@@ -16,7 +16,7 @@
<meta name="ghost-inspector-screenshotTarget" content="" />
<meta name="ghost-inspector-screenshotExclusions" content="div.global-navigation, time" />
<meta name="ghost-inspector-screenshotCompareEnabled" content="true" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.03" />
<meta name="ghost-inspector-screenshotCompareThreshold" content="0.04" />
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
@@ -607,6 +607,7 @@ Ghost Inspector flow control because button tends to take a little while to beco
<td></td>
<td></td>
</tr>
<!--Total Portfolio Value-->
<tr>
<td>waitForElementPresent</td>
<td>css=.row > .col.col--grow.summary-item:nth-of-type(1) > .summary-item__value</td>
@@ -622,6 +623,7 @@ Ghost Inspector flow control because button tends to take a little while to beco
<td></td>
<td></td>
</tr>
<!--Funding Duration-->
<tr>
<td>waitForElementPresent</td>
<td>css=.row > .col.col--grow.summary-item:nth-of-type(2) > .summary-item__value</td>
@@ -645,7 +647,7 @@ Ghost Inspector flow control because button tends to take a little while to beco
<tr>
<td>assertText</td>
<td>css=.row > .col.col--grow.summary-item:nth-of-type(3) > h5.summary-item__header > .summary-item__header-text</td>
<td>*Days Remaining*</td>
<td>*Days remaining*</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
@@ -660,21 +662,6 @@ Ghost Inspector flow control because button tends to take a little while to beco
<tr>
<td>assertText</td>
<td>css=h3.h5</td>
<td>*IDIQ CLIN 0002*</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=.jedi-clin-funding__subheader</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=.jedi-clin-funding__subheader</td>
<td>*Total obligated amount: $100,000.00*</td>
</tr>
<tr>
@@ -697,6 +684,39 @@ Ghost Inspector flow control because button tends to take a little while to beco
<td></td>
<td></td>
</tr>
<!--Invoiced expended funds (currently zero because nothing comes back from Azure in dev/test environments)-->
<tr>
<td>waitForElementPresent</td>
<td>css=.jedi-clin-funding__graph-values > .jedi-clin-funding__meta:nth-of-type(1) > .h3.jedi-clin-funding__meta-value</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=.jedi-clin-funding__graph-values > .jedi-clin-funding__meta:nth-of-type(1) > .h3.jedi-clin-funding__meta-value</td>
<td>*$0.00*</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<!--Estimated expended funds (currently zero because nothing comes back from Azure in dev/test environments)-->
<tr>
<td>waitForElementPresent</td>
<td>css=.jedi-clin-funding__graph-values > .jedi-clin-funding__meta:nth-of-type(2) > .h3.jedi-clin-funding__meta-value</td>
<td></td>
</tr>
<tr>
<td>assertText</td>
<td>css=.jedi-clin-funding__graph-values > .jedi-clin-funding__meta:nth-of-type(2) > .h3.jedi-clin-funding__meta-value</td>
<td>*$0.00*</td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<!--Remaining funds-->
<tr>
<td>waitForElementPresent</td>
<td>css=.jedi-clin-funding__graph-values > .jedi-clin-funding__meta:nth-of-type(3) > .h3.jedi-clin-funding__meta-value</td>