#1288 Query string char missing#1335
Conversation
|
There was a problem hiding this comment.
@jlukawska
Hi J!
Thank you for the PR and bug fixing!
Good job! 😍
Also,
Could you try to Sync fork please?
I saw you've merged update develop #7 to update your develop branch.
Sync should allow to remove redundant merge commit from the diff, via rebasing. Sync operation during rebasing should remove this merge commit, I hope. And finally, you will have the same top commit.
Use range operator
Use range operator
Deconstruct variable declaration
f23ab16 to
69c950a
Compare
|
The feature branch has been rebased onto ThreeMammals:develop successfully! @yangbocheng As a reporter of the bug #1288 , |
| .Then(x => _steps.ThenTheStatusCodeShouldBe(HttpStatusCode.OK)) | ||
| .And(x => _steps.ThenTheResponseBodyShouldBe("Hello from Laura")) |
There was a problem hiding this comment.
OK. But where is a And-check that the query string was copied?
Where is And-check that expected queryName is in query string?
What is the predicate of "copying"?
Does it mean if copying failed then the step ThenTheStatusCodeShouldBe(HttpStatusCode.OK)) fails too?
| } | ||
|
|
||
| [Fact] | ||
| public void should_replace_query_string_but_leave_non_placeholder_queries_2() |
There was a problem hiding this comment.
Do we cover the user scenario reported in 1288 by this test?
|
@TomPallister |
Fixes #1288
Proposed Changes
ifcondition before