better namespacing for assertions
This commit is contained in:
@@ -30,7 +30,7 @@ var Basic = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
input.Menu().Title(Equals("Bisect")).Select(MatchesRegexp(`mark .* as good`)).Confirm()
|
||||
}
|
||||
|
||||
assert.AtLeastOneCommit()
|
||||
assert.Model().AtLeastOneCommit()
|
||||
|
||||
input.SwitchToCommitsView()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user