File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -285,29 +285,6 @@ func TestUserActions(t *testing.T) {
285
285
},
286
286
},
287
287
},
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
- },
311
288
{
312
289
description : "load key cancelled by user" ,
313
290
sequence : func (h * testHarness ) {
You can’t perform that action at this time.
0 commit comments