浏览代码

Mention test is SSO

Johannes 8 年之前
父节点
当前提交
132288448d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -18,7 +18,7 @@ if (!process.env.USERNAME || !process.env.PASSWORD) {
     process.exit(1);
 }
 
-describe('Application life cycle test', function () {
+describe('Application life cycle test SSO', function () {
     this.timeout(0);
 
     var chrome = require('selenium-webdriver/chrome');