JOptionPaneFinder.findOptionPane().using(dialogFixture.robot)
.buttonWithText("Ok").click();
JFileChooserFixture fileChooser = JFileChooserFinder
.findFileChooser("fileChooser").withTimeout(10000)
.using(dialogFixture.robot);
fileChooser.fileNameTextBox().enterText("test_cutting.boq");
fileChooser.approveButton().click();
JOptionPaneFixture optionPane = JOptionPaneFinder.findOptionPane()
.withTimeout(40000).using(dialogFixture.robot);
optionPane.buttonWithText("OK").click();