浏览代码

add warning

Girish Ramakrishnan 8 年之前
父节点
当前提交
1c3653fa14
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      test/test.js

+ 2 - 0
test/test.js

@@ -138,6 +138,8 @@ describe('Application life cycle test', function () {
         execSync('cloudron build', { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
     });
 
+    console.log('IMPORTANT: make the browser window full screen. Otherwise the responsive UI hides elements required for this test');
+
     it('install app', function () {
         execSync('cloudron install --new --wait --location ' + LOCATION, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
     });