Migrating from old JIRA version to 5.0, I have a problem with integration tests.
They extends com.atlassian.jira.webtests.JIRAWebTest, wich is deprecated now and I need to use FuncTestCase interface now.
Trying to find appropriate methods for new JIRA version, such as:
assertTextInTable(String, String[]);
getDialog();
getResponseText();
gotoPage();
assertLinkPresent();
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.