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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.