We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d35ab5 commit ceeed74Copy full SHA for ceeed74
src/test/java/com/github/chen0040/magento/Mediator.java
@@ -16,7 +16,7 @@ public class Mediator {
16
17
public static final String url = "http://j-clef-web-01.japaneast.cloudapp.azure.com/";
18
public static final String customerUsername = "xs0040@gmail.com";
19
- public static final String customerPassword = "chen0040@";
+ public static final String customerPassword = "chen@0040";
20
public static final String adminUsername = "admin";
21
- public static final String adminPassword = "admin@2017";
+ public static final String adminPassword = "chen@0040";
22
}
0 commit comments