Browse Source

add warning

Girish Ramakrishnan 8 năm trước cách đây
mục cha
commit
1c3653fa14
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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' });
     });