mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
better namespacing for assertions
This commit is contained in:
@@ -26,7 +26,7 @@ var FromOtherBranch = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
) {
|
||||
assert.Views().ByName("information").Content(Contains("bisecting"))
|
||||
|
||||
assert.AtLeastOneCommit()
|
||||
assert.Model().AtLeastOneCommit()
|
||||
|
||||
input.SwitchToCommitsView()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user