作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
实习生 2 文档给出了以下示例,在加载后等待测试页面上的条件为真:
this.remote
.get(require.toUrl('./SomeTest.html'))
.then(pollUntil('return window.ready;', 5000));
最佳答案
我想我找到了答案:它通过加载模块 intern/dojo/node!leadfoot/helpers/pollUntil
来工作,如:
define([
'intern!object',
'intern/chai!assert',
'intern/dojo/node!leadfoot/helpers/pollUntil',
'../Request',
'require'
], function (registerSuite, assert, pollUntil, Request, require) {
关于javascript - 如何在 Intern 2 功能测试中加载 pollUntil 助手,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24585377/
我是一名优秀的程序员,十分优秀!