File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
LDK/test/src/org/labkey/test/tests/external/labModules Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1308,6 +1308,9 @@ private void dnaOligosTableTest() throws Exception
13081308 setFormElement (Locator .name ("oligo_type" ), "Type1" );
13091309 sleep (150 ); //there's a buffer when committing changes
13101310 clickButton ("Submit" , 0 );
1311+ new Window .WindowFinder (getDriver ()).withTitle ("Success" ).waitFor ();
1312+ assertTextPresent ("Your upload was successful!" );
1313+ clickButton ("OK" );
13111314 _oligosTotal += 1 ;
13121315 verifyOligoCount (_oligosTotal );
13131316
@@ -1322,12 +1325,12 @@ private void dnaOligosTableTest() throws Exception
13221325 String sequence = "tggGg gGAAAAgg" ;
13231326 setFormElementJS (Locator .name ("text" ), "Name\t Sequence\n TestPrimer1\t atg\n TestPrimer2\t " + sequence );
13241327 clickButton ("Upload" , 0 );
1325- _oligosTotal += 2 ;
1326- verifyOligoCount (_oligosTotal );
13271328
13281329 new Window .WindowFinder (getDriver ()).withTitle ("Success" ).waitFor ();
13291330 assertTextPresent ("Success! 2 rows inserted." );
13301331 clickButton ("OK" );
1332+ _oligosTotal += 2 ;
1333+ verifyOligoCount (_oligosTotal );
13311334
13321335 //verify row imported
13331336 _helper .goToLabHome ();
You can’t perform that action at this time.
0 commit comments