attempting to fix agg test failures (#41)
This commit is contained in:
parent
c3653967d0
commit
f3bd927692
8 changed files with 10600 additions and 14 deletions
|
|
@ -5,10 +5,10 @@ using NUnit.Framework;
|
|||
|
||||
namespace MatterHackers.MatterControl.Tests.Automation
|
||||
{
|
||||
[TestFixture, Category("MatterControl.UI.Automation"), RunInApplicationDomain]
|
||||
[TestFixture, Category("Agg.UI.Automation"), Apartment(ApartmentState.STA), RunInApplicationDomain]
|
||||
public class ShowTerminalButtonClickedOpensTerminal
|
||||
{
|
||||
[Test, Apartment(ApartmentState.STA)]
|
||||
[Test]
|
||||
public async Task ClickingShowTerminalButtonOpensTerminal()
|
||||
{
|
||||
await MatterControlUtilities.RunTest((testRunner) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue