mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
Use our new hyperlink support in the information view
This commit is contained in:
@@ -17,8 +17,8 @@ var OpenLinkFailure = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
t.Views().Information().Click(0, 0)
|
||||
|
||||
t.ExpectPopup().Confirmation().
|
||||
Title(Equals("Donate")).
|
||||
Content(Equals("Please go to https://github.com/sponsors/jesseduffield")).
|
||||
Title(Equals("Error")).
|
||||
Content(Equals("Failed to open URL https://github.com/sponsors/jesseduffield\n\nError: exit status 42")).
|
||||
Confirm()
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user