We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165ce5c commit 82adf41Copy full SHA for 82adf41
src/test/java/school/redrover/DescriptionTest.java
@@ -1,6 +1,7 @@
1
package school.redrover;
2
3
import org.testng.Assert;
4
+import org.testng.annotations.Ignore;
5
import org.testng.annotations.Test;
6
import school.redrover.common.BaseTest;
7
import school.redrover.page.HomePage;
@@ -20,6 +21,7 @@ public void testCreateDescription() {
20
21
Assert.assertEquals(actualDescription, description);
22
}
23
24
+ @Ignore
25
@Test
26
public void testAddChangeDescription() {
27
final String firstDescription = "First text!";
0 commit comments