Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 7, 2024
1 parent 73ab5ed commit 4ea04c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/testAdapter.gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ describe('test-admin-gui', () => {

// install js-controller, web and vis-2-beta
await engineHelper.startIoBrokerAdapters({ adapters: ['admin', 'iot'] });
await engineHelper
const { page } = await guiHelper.startBrowser(`${adapterName}/index_m.html`, rootDir, process.env.CI === 'true');
gPage = page;
});
Expand Down

0 comments on commit 4ea04c3

Please sign in to comment.