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