Updates to the Selenium WebDriver tests.
This commit is contained in:
parent
98a52c1306
commit
0236f3c42d
1 changed files with 0 additions and 10 deletions
|
@ -67,16 +67,6 @@ public class CreateEvent extends AbstractVIVOSeleniumTest {
|
||||||
clickAndWait(By.id("submit"));
|
clickAndWait(By.id("submit"));
|
||||||
assertTitle("Primate Health Conference");
|
assertTitle("Primate Health Conference");
|
||||||
|
|
||||||
// Wait for index to catch up
|
|
||||||
pause(4000);
|
|
||||||
|
|
||||||
clickAndWait(By.linkText("Index"));
|
|
||||||
clickAndWait(By.linkText("Conference"));
|
|
||||||
assertTitle("Conference");
|
|
||||||
|
|
||||||
clickAndWait(By.linkText("Primate Health Conference"));
|
|
||||||
assertTitle("Primate Health Conference");
|
|
||||||
|
|
||||||
clickAndWait(By.xpath("//h3[@id='contactInformation']/a/img"));
|
clickAndWait(By.xpath("//h3[@id='contactInformation']/a/img"));
|
||||||
assertTitle("Edit");
|
assertTitle("Edit");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue