This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user