(WebElementSource.java:31) at com.codeborne.selenide.impl.WebElementSource.checkCondition(WebElementSource.java:59)
at com.codeborne.selenide.impl.WebElementSource.fi
嗯,我的问题是,当我试图设置Selenide变量assertionMode = SOFT时,我的测试被忽略了,并且Selenide抛出了一个异常: java.lang.IllegalStateException: Using soft asserts, but without @SoftAsserts annotation 例如,当我使用Selenide文档中的示例时: 在测试类上面写一个注解 @ExtendWith