Skip to content

Commit 2c883d7

Browse files
committed
Merge branch 'master' of github.com:google/chrome-ssh-agent
2 parents 168f64a + 541cbbd commit 2c883d7

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

go/optionsui/ui_test.go

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -285,29 +285,6 @@ func TestUserActions(t *testing.T) {
285285
},
286286
},
287287
},
288-
{
289-
description: "load key",
290-
sequence: func(h *testHarness) {
291-
h.dom.DoClick(h.UI.addButton)
292-
h.dom.SetValue(h.UI.addName, "new-key")
293-
h.dom.SetValue(h.UI.addKey, testdata.ValidPrivateKey)
294-
h.dom.DoClick(h.UI.addOk)
295-
296-
id := findKey(h.UI.displayedKeys(), "new-key")
297-
h.dom.DoClick(h.dom.GetElement(buttonID(LoadButton, id)))
298-
h.dom.SetValue(h.UI.passphraseInput, testdata.ValidPrivateKeyPassphrase)
299-
h.dom.DoClick(h.UI.passphraseOk)
300-
},
301-
wantDisplayed: []*displayedKey{
302-
&displayedKey{
303-
ID: validID,
304-
Name: "new-key",
305-
Loaded: true,
306-
Type: testdata.ValidPrivateKeyType,
307-
Blob: testdata.ValidPrivateKeyBlob,
308-
},
309-
},
310-
},
311288
{
312289
description: "load key cancelled by user",
313290
sequence: func(h *testHarness) {

0 commit comments

Comments
 (0)