Tests statuses improve

This commit is contained in:
ili101
2019-08-29 01:53:07 +03:00
parent 15eb2130b5
commit 591b854e2b
6 changed files with 17 additions and 7 deletions

View File

@@ -475,8 +475,9 @@ Describe ExportExcel {
$excel.Workbook.Worksheets["Processes"].Dimension.rows | Should be 21 #20 data + 1 header
}
it "Selected the Pivottable page " {
Set-ItResult -Pending -Because "Bug in EPPLus 4.5"
$PTws.View.TabSelected | Should be $true
} -Skip # << Bug in EPPLus 4.5
}
$pt = $PTws.PivotTables[0]
it "Built the expected Pivot table " {
$pt.RowFields.Count | Should be 1