mirror of https://github.com/apache/archiva.git
ensure delete tests continue working if earlier ones have failed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@909423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
531994a74c
commit
951639dec3
|
@ -41,6 +41,7 @@ public abstract class AbstractArtifactManagementTest
|
||||||
|
|
||||||
public void goToDeleteArtifactPage()
|
public void goToDeleteArtifactPage()
|
||||||
{
|
{
|
||||||
|
login( getProperty( "ADMIN_USERNAME" ), getProperty( "ADMIN_PASSWORD" ) );
|
||||||
clickLinkWithText( "Delete Artifact" );
|
clickLinkWithText( "Delete Artifact" );
|
||||||
assertDeleteArtifactPage();
|
assertDeleteArtifactPage();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue