Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 31, 2025
1 parent a2bee1a commit f514318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nbproject
iobroker.*.tgz

Thumbs.db

/tmp
# i18n intermediate files
admin/i18n/flat.txt
admin/i18n/*/flat.txt
Expand Down
2 changes: 1 addition & 1 deletion test/testAdapter.gui.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('test-admin-gui', () => {
this.timeout(15_000);
return new Promise(resolve =>
setTimeout(async () => {
await gPage.waitForSelector('.MuiTabs-root', { timeout: 15_000 });
await gPage.waitForSelector('.MuiPaper-root', { timeout: 15_000 });
resolve();
}, 5000),
);
Expand Down

0 comments on commit f514318

Please sign in to comment.