mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 10:20:41 +00:00
todos
This commit is contained in:
parent
3f935bf29b
commit
276353a41f
@ -71,7 +71,6 @@ public class ScreenshotIT extends AbstractIT {
|
||||
|
||||
@Test
|
||||
public void basicExecution() throws Exception {
|
||||
//TODO take screenshot and add to proper folder
|
||||
InputBarElement inputBar = $(InputBarElement.class).first();
|
||||
inputBar.setCurrentValue(IDENTITY_TERM);
|
||||
|
||||
@ -111,7 +110,6 @@ public class ScreenshotIT extends AbstractIT {
|
||||
getDriver().get(permalink);
|
||||
|
||||
matches.add(testBench().compareScreen("letView2"));
|
||||
// TODO: jeden Schritt durchgehen?
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user