This commit is contained in:
2018-12-04 00:36:32 +00:00
parent a5f32466ef
commit aaf21ce881
5 changed files with 23 additions and 19 deletions

View File

@@ -150,10 +150,10 @@ namespace raven_integration
Util.ValidateDataReturnResponseOk(a);
Util.ValidateHTTPStatusCode(a, 200);
//assert aAll contains exactly two records
((JArray)a.ObjectResponse["data"]).Count.Should().Be(2);
//assert contains at least two records
((JArray)a.ObjectResponse["data"]).Count.Should().BeGreaterThan(1);
//TODO: ensure the results match the appropriate matching widgetIDList made earlier
//TODO: ensure the results match the appropriate matching widgetIDList made earlier