Add a Click() primitive to the integration test library
This commit is contained in:
@@ -23,6 +23,7 @@ type IntegrationTest interface {
|
||||
// this is the interface through which our integration tests interact with the lazygit gui
|
||||
type GuiDriver interface {
|
||||
PressKey(string)
|
||||
Click(int, int)
|
||||
Keys() config.KeybindingConfig
|
||||
CurrentContext() types.Context
|
||||
ContextForView(viewName string) types.Context
|
||||
|
||||
Reference in New Issue
Block a user