* [misc] Common checkiframe unit testing.

This commit is contained in:
zhangxiquan
2024-12-02 10:56:48 +08:00
committed by 翟晓剑
parent 31b2c63634
commit 9142a8e43b
+9 -3
View File
@@ -8,9 +8,11 @@ title=测试 commonModel::checkIframe();
timeout=0
cid=1
- 查看任务一和任务二的描述差异长度 @77
- 查看返回的差异中<ins>标签的位置 @44
- 查看返回的差异中<del>标签的位置 @5
- 查看任务一和任务二的描述差异长度 @1
- 查看返回的差异中<ins>标签的位置 查看返回的差异中<del>标签的位置 @1
- 查看实例的终端页面是否要在iframe中打开 @1
- 查看实例的日志页面是否要在iframe中打开 @1
- 查看实例的事件页面是否要在iframe中打开 @1
*/
@@ -32,3 +34,7 @@ r($tester->common->checkIframe()) && p() && e('1');
$app->moduleName = 'instance';
$app->methodName = 'logs';
r($tester->common->checkIframe()) && p() && e('1');
$app->moduleName = 'instance';
$app->methodName = 'events';
r($tester->common->checkIframe()) && p() && e('1');