Skip to content
Snippets Groups Projects
Commit 3d9e5598 authored by Arthur Vuagniaux's avatar Arthur Vuagniaux
Browse files

Issue #71: Update with no solutions for now

parent 8fbb6da9
No related branches found
No related tags found
2 merge requests!87Test merge gui,!86Resolve "GUI automated tests"
...@@ -8,6 +8,8 @@ package ui.bot; ...@@ -8,6 +8,8 @@ package ui.bot;
import static org.assertj.swing.finder.WindowFinder.findFrame; import static org.assertj.swing.finder.WindowFinder.findFrame;
import java.awt.Component;
import javax.swing.JTabbedPane; import javax.swing.JTabbedPane;
import org.assertj.swing.edt.GuiActionRunner; import org.assertj.swing.edt.GuiActionRunner;
...@@ -183,6 +185,10 @@ public class MainFrameBasicTests extends AssertJSwingJUnitTestCase { ...@@ -183,6 +185,10 @@ public class MainFrameBasicTests extends AssertJSwingJUnitTestCase {
JTabbedPane test = frame.getMainTabbedPane(); JTabbedPane test = frame.getMainTabbedPane();
TraceManager.addDev(test.getName()); TraceManager.addDev(test.getName());
TraceManager.addDev("" + test.getTabCount());
window.rightClick();
if (debug)
ut.debugThread(3600, "MainFrameTest: openModel: ");
TraceManager.addDev("MainFrameTest: openModel: Finished" + TraceManager.addDev("MainFrameTest: openModel: Finished" +
System.lineSeparator() + "=============="); System.lineSeparator() + "==============");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment