tests
This commit is contained in:
parent
b5c9057589
commit
56a23544df
2 changed files with 21 additions and 5 deletions
6
pom.xml
6
pom.xml
|
@ -146,11 +146,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<excludes>
|
||||
ch/ethz/seb/sebserver/gui/content/**/*
|
||||
<exclude>ch/ethz/seb/sebserver/gui/content/**/*</exclude>
|
||||
<exclude>ch/ethz/seb/sebserver/gui/form/**/*</exclude>
|
||||
<exclude>ch/ethz/seb/sebserver/gui/table/**/*</exclude>
|
||||
<exclude>ch/ethz/seb/sebserver/gui/widget/**/*</exclude>
|
||||
<exclude>ch/ethz/seb/sebserver/gui/**/*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
|
@ -1420,4 +1420,24 @@ public class UseCasesIntegrationTest extends GuiIntegrationTest {
|
|||
.getOrThrow();
|
||||
}
|
||||
|
||||
@Test
|
||||
@Order(13)
|
||||
// *************************************
|
||||
// Use Case 13: Login as examAdmin2 and use newly created configuration
|
||||
// - change configuration status to "Ready to Use"
|
||||
public void testUsecase13() throws IOException {
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
@Order(14)
|
||||
// *************************************
|
||||
// Use Case 14: Login as examAdmin2 and use newly created configuration
|
||||
// - create template from it
|
||||
// - get all templates
|
||||
// - check newly created template
|
||||
public void testUsecase14() throws IOException {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue