Skip to content

Commit

Permalink
removed old smoke test step and fixed wait for nonexistent operation
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Nov 17, 2018
1 parent f1b2c21 commit b161cb8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
4 changes: 0 additions & 4 deletions src/guiTests/2inputRefs.ts
Expand Up @@ -9,8 +9,6 @@ import {openFirstProject} from "./req/projectSelection/openFirstProject";
import {openInputWindow} from "./req/input/openInputWindow";
import {openRefSeqTab} from "./req/input/openRefSeqTab";
import {inputHPV16Ref} from "./req/input/inputHPV16Ref";
import {indexRefs} from "./req/input/indexRefs";
import {indexSuccess} from "./req/input/indexSuccess";
import {closeToolBar} from "./req/closeToolBar";

async function runTest() : Promise<void>
Expand All @@ -20,8 +18,6 @@ async function runTest() : Promise<void>
await openInputWindow();
await openRefSeqTab();
await inputHPV16Ref();
await indexRefs();
await indexSuccess();
await closeToolBar();
}
setTimeout(function(){
Expand Down
37 changes: 0 additions & 37 deletions src/guiTests/req/input/indexRefs.ts

This file was deleted.

0 comments on commit b161cb8

Please sign in to comment.