提交 2a9fd861 编写于 作者: P pissang

test(visual): selected tests should from visible list not full list.

上级 59e88259
...@@ -172,7 +172,8 @@ const app = new Vue({ ...@@ -172,7 +172,8 @@ const app = new Vue({
}, },
selectedTests() { selectedTests() {
return this.fullTests.filter(test => { // Only run visible tests.
return this.tests.filter(test => {
return test.selected; return test.selected;
}); });
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册