mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
fix(test): add stash name
This commit is contained in:
parent
db9373662a
commit
f4c188fa5b
20 changed files with 33 additions and 1 deletions
|
@ -19,7 +19,10 @@ var Stash = NewIntegrationTest(NewIntegrationTestArgs{
|
|||
assert.StashCount(0)
|
||||
|
||||
input.PressKeys(keys.Files.ViewStashOptions)
|
||||
input.Confirm()
|
||||
assert.InMenu()
|
||||
|
||||
input.PressKeys("a")
|
||||
input.Type("stash name")
|
||||
input.Confirm()
|
||||
|
||||
assert.StashCount(1)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
initial commit
|
|
@ -0,0 +1 @@
|
|||
ref: refs/heads/master
|
|
@ -0,0 +1 @@
|
|||
6227ee90e6cf6047b510f13dc6cc976e2dd372dd
|
|
@ -0,0 +1,12 @@
|
|||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
ignorecase = true
|
||||
precomposeunicode = true
|
||||
[user]
|
||||
email = CI@example.com
|
||||
name = CI
|
||||
[commit]
|
||||
gpgSign = false
|
|
@ -0,0 +1 @@
|
|||
Unnamed repository; edit this file 'description' to name the repository.
|
BIN
test/integration_new/stash/stash/expected/repo/.git_keep/index
Normal file
BIN
test/integration_new/stash/stash/expected/repo/.git_keep/index
Normal file
Binary file not shown.
|
@ -0,0 +1,6 @@
|
|||
# git ls-files --others --exclude-from=.git/info/exclude
|
||||
# Lines that start with '#' are comments.
|
||||
# For a project mostly in C, the following would be a good set of
|
||||
# exclude patterns (uncomment them if you want to use them):
|
||||
# *.[oa]
|
||||
# *~
|
|
@ -0,0 +1,2 @@
|
|||
0000000000000000000000000000000000000000 6227ee90e6cf6047b510f13dc6cc976e2dd372dd CI <CI@example.com> 1665104980 -0230 commit (initial): initial commit
|
||||
6227ee90e6cf6047b510f13dc6cc976e2dd372dd 6227ee90e6cf6047b510f13dc6cc976e2dd372dd CI <CI@example.com> 1665104985 -0230 reset: moving to HEAD
|
|
@ -0,0 +1 @@
|
|||
0000000000000000000000000000000000000000 6227ee90e6cf6047b510f13dc6cc976e2dd372dd CI <CI@example.com> 1665104980 -0230 commit (initial): initial commit
|
|
@ -0,0 +1 @@
|
|||
0000000000000000000000000000000000000000 9ca683cf1ae1a37fb25ec24646acc0dc1db376e7 CI <CI@example.com> 1665104985 -0230 On master: stash name
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
x<01><>±j1DSßWì$¬´ÒJ2!\¹Ê7H«DwæN†|¾Õ¸O3Åðf†‘÷ŸÖû·±«BM¦"J&ªÖ·°$ï*j ®•è±-÷¼ë:€
ª •¥1ºP¼Áfh†ER`µµR˜òâfѨ³Zbhj<68>¡ØH\e¯AcM%Ê’ã¶íp¹ÂçåzÖ¿Üï¿ú![ÿÃ<W\ŠÞÑ.Ó<>'†þ_¾Wèù˜ü Ž‘<C5BD>¬¹ë<13>@Mî
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
6227ee90e6cf6047b510f13dc6cc976e2dd372dd
|
|
@ -0,0 +1 @@
|
|||
9ca683cf1ae1a37fb25ec24646acc0dc1db376e7
|
Loading…
Add table
Add a link
Reference in a new issue