public class TestEditPortalPage extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestEditPortalPage() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
testChangeFavouriteToFalse()
Make sure a page can be de-favourited.
|
void |
testChangeFavouriteToTrue()
Make sure that a page can be made favourite.
|
void |
testEditBlankName()
Make sure you can't save a page with a blank name.
|
void |
testEditCanSaveItself()
Make sure that the page can save with the same name as it began with.
|
void |
testEditNameAlreadyExists()
Make sure you can't edit to something named the same thing under the same user.
|
void |
testEditSystemDefaultPage()
Make sure you can't edit the system default dashboard page.
|
void |
testEditViewReflectsData()
Make sure the edit view reflect the initial state of the input page.
|
void |
testMissingPageId()
Make sure the page handles not having a page passed to it.
|
void |
testNoPageExists()
Make sure the page handles the case when a page does not exist.
|
void |
testNoPermissionToEdit()
Make sure you can't edit a page that you don't have permission to edit.
|
void |
testNoPermissionToEditButPageIsShared()
Make sure you can't edit a page that is shared with you but you don't have permission is edit.
|
void |
testXSSNameAdnDescription()
Make sure that the name and description can be changed.
|
getAssertions, getBackdoor, getEnvironmentData, getTester
public void setUpTest()
public void testMissingPageId()
public void testEditNameAlreadyExists()
public void testEditBlankName()
public void testEditSystemDefaultPage()
public void testNoPermissionToEdit()
public void testNoPermissionToEditButPageIsShared()
public void testNoPageExists()
public void testEditViewReflectsData()
public void testXSSNameAdnDescription()
public void testEditCanSaveItself()
public void testChangeFavouriteToFalse()
public void testChangeFavouriteToTrue()
Copyright © 2002-2024 Atlassian. All Rights Reserved.