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

@@ -51,9 +51,10 @@ Describe "Join Worksheet part 1" {
$excel.Workbook.Worksheets["SummaryPivot"].Hidden | Should be 'Visible'
}
it "Activated the correct worksheet " {
Set-ItResult -Pending -Because "Bug in EPPLus 4.5"
$excel.Workbook.worksheets["SummaryPivot"].View.TabSelected | Should be $true
$excel.Workbook.worksheets["Total"].View.TabSelected | Should be $false
} -Skip # << Bug in EPPLus 4.5
}
}
Context "Merging 3 blocks" {