Commit bfdc15e0 authored by 龚小红's avatar 龚小红

Merge branch 'gifeature/20220524-gj' into 'master'

直播,测评启用后,结果兜底图可编辑

See merge request test-group/kejiji!258
parents 1fe3b53c 43b58c46
......@@ -489,7 +489,7 @@ public class LiveMaterial implements Authorization {
Assert.assertTrue(success, network.message(addEvaluationPar, BasicConfig.MANAGER_evaluation_saveEnable, "接口调用失败", addEvaluationRes.body().asString()));
try {
Assert.assertEquals(getEvaDetails(evaluationId).getDefaultResultPic(), resultPhoto, "启用后修改兜底结果图成功");
Assert.assertEquals(getEvaDetails(evaluationId).getDefaultResultPic(), evaluationBGPhoto, "启用后修改兜底结果图失败");
}catch (Exception e){
e.printStackTrace();
Assert.fail("获取数据失败");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment