소스 검색

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');