Project

General

Profile

« Previous | Next » 

Revision 0ff9ee42

Added by Niels Hoffmann about 13 years ago

Created tests for the "New" menu

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/test/AbstractEditorTest.java
61 61
		return bot.viewByTitle(title);
62 62
	}
63 63
	
64
	public void cancel() {
65
		clickButton("Cancel");
66
	}
67
	
68
	public void ok() {
69
		clickButton("OK");
70
	}
64 71
	
72
	public void clickButton(String label) {
73
		bot.button(label).click();
74
	}
65 75
}

Also available in: Unified diff