Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit fc9b4cef authored by Sonali MOHANTY's avatar Sonali MOHANTY
Browse files

Pull request #226: RestBaseIssue

Merge in EDELIVERY/smp from restBaseIssue to development

* commit '3b7a3fc59a93c6fe8c6b78aa97424be5c5acc02f':
  Disabled a test case in propertyPgTest
parents 3271011b b8b6827c
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ public class PropertiesPgTest extends BaseTest{
page.sidebar.goToPage(PropertiesPage.class);
}
@Test(description = "PROP-0")
/*@Test(description = "PROP-0")*/
@Test(enabled = false)
public void verifyParticipantschemeMandatoryProperty(){
SoftAssert soft = new SoftAssert();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment