Skip to content

Commit

Permalink
[FR] Enable validation for DataTableCell.Text not null in invoices (A…
Browse files Browse the repository at this point in the history
…zure#17187)

Bug in the Invoices endpoint where `Text` was not returned has been fixed and deployed to prod regions, so enabling the validation for it again.

Fixes: Azure#16514
  • Loading branch information
maririos authored and annelo-msft committed Feb 17, 2021
1 parent 59c11cb commit d1b5005
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 245 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1584,12 +1584,11 @@ public async Task StartRecognizeInvoicesCanParseMultipageForm(bool useStream)
Assert.AreEqual(1, address.ValueData.PageNumber);
Assert.AreEqual("2345 Dogwood Lane Birch, Kansas 98123", address.Value.AsString());

// Disabled until issue is fixed: https://app.zenhub.com/workspaces/azure-sdk-team-5bdca72c4b5806bc2bf0aab2/issues/azure/azure-sdk-for-net/16514
//ValidatePrebuiltForm(
// form,
// includeFieldElements: false,
// expectedFirstPageNumber: 1,
// expectedLastPageNumber: 2);
ValidatePrebuiltForm(
form,
includeFieldElements: true,
expectedFirstPageNumber: 1,
expectedLastPageNumber: 2);
}

[Test]
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit d1b5005

Please sign in to comment.