Skip to content
Snippets Groups Projects
Commit 9a140d8c authored by Tom Robinson's avatar Tom Robinson
Browse files

signup.integ.spec: use empty db instead of fixture app db

parent ce7ffc8d
No related branches found
No related tags found
No related merge requests found
File added
......@@ -134,7 +134,7 @@ describe("setup wizard", () => {
const nextButton = databaseStep.find('button[children="Next"]');
expect(nextButton.props().disabled).toBe(true);
const dbPath = path.resolve(__dirname, "../__runner__/test_db_fixture.db");
const dbPath = path.resolve(__dirname, "../__runner__/empty.db");
setInputValue(databaseStep.find("input[name='db']"), `file:${dbPath}`);
expect(nextButton.props().disabled).toBe(undefined);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment