attempting to fix agg test failures (#41)

This commit is contained in:
Lars Brubaker 2018-04-30 15:40:47 -07:00
parent c3653967d0
commit f3bd927692
8 changed files with 10600 additions and 14 deletions

View file

@ -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) =>