Getting more tests to run on new ui
This commit is contained in:
parent
d9113bea62
commit
b1f2023210
14 changed files with 48 additions and 58 deletions
|
|
@ -24,7 +24,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
{
|
||||
await MatterControlUtilities.RunTest((testRunner) =>
|
||||
{
|
||||
testRunner.CloseSignInAndPrinterSelect();
|
||||
testRunner.AddAndSelectPrinter();
|
||||
|
||||
testRunner.OpenEmptyPartTab();
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
{
|
||||
await MatterControlUtilities.RunTest((testRunner) =>
|
||||
{
|
||||
testRunner.CloseSignInAndPrinterSelect();
|
||||
testRunner.AddAndSelectPrinter();
|
||||
|
||||
testRunner.OpenEmptyPartTab();
|
||||
|
||||
|
|
@ -108,7 +108,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
{
|
||||
await MatterControlUtilities.RunTest((testRunner) =>
|
||||
{
|
||||
testRunner.CloseSignInAndPrinterSelect();
|
||||
testRunner.AddAndSelectPrinter();
|
||||
|
||||
testRunner.OpenEmptyPartTab();
|
||||
|
||||
|
|
@ -145,7 +145,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
{
|
||||
await MatterControlUtilities.RunTest((testRunner) =>
|
||||
{
|
||||
testRunner.CloseSignInAndPrinterSelect();
|
||||
testRunner.AddAndSelectPrinter();
|
||||
|
||||
testRunner.OpenEmptyPartTab();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue