We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf873b1 commit 0a48f30Copy full SHA for 0a48f30
pkg/integration/tests/commit/revert.go
@@ -32,6 +32,12 @@ var Revert = NewIntegrationTest(NewIntegrationTestArgs{
32
Contains("Revert \"first commit\""),
33
Contains("first commit").IsSelected(),
34
).
35
+ Tap(func() {
36
+ /* EXPECTED:
37
+ t.Views().Main().Content(Contains("+myfile content"))
38
+ ACTUAL: */
39
+ t.Views().Main().Content(Contains("-myfile content"))
40
+ }).
41
SelectPreviousItem()
42
43
t.Views().Main().Content(Contains("-myfile content"))
0 commit comments