Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/fusio/tests/app/connection.js
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ describe('Connection tests', function() {
if (process.env.DB && process.env.DB == 'mysql') {
configUrl = 'mysql://root@localhost/fusio_ui';
} else {
configUrl = 'sqlite:///../../../cache/fusio_ui.db';
configUrl = 'sqlite:///../cache/fusio_ui.db';
}

browser.wait(EC.visibilityOf($('div.modal-body')), 5000);

0 comments on commit 8363502

Please sign in to comment.