Skip to content

Commit

Permalink
Fix emulated tests in GUI.
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Aug 23, 2024
1 parent aafcff3 commit 0999dab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/src/util/add-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ export async function addTest(request) {
android: testType === 'android'
};

if (testType === 'emulatedMobile') {
userConfig.mobile = true;
}

let config = {};
merge(config, defaultConfig, userConfig);

Expand Down

0 comments on commit 0999dab

Please sign in to comment.