Skip to content

Commit

Permalink
fix: missed 'file' property in accepted result
Browse files Browse the repository at this point in the history
  • Loading branch information
epm-generalov committed Apr 8, 2018
1 parent 66afa31 commit e2b65c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gui/tool-runner-factory/gemini/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = class GeminiRunner extends BaseToolRunner {
const {metaInfo: {sessionId, url: fullUrl}, attempt} = test;

const testResult = {
suite: _.pick(currentState.suite, ['name', 'path', 'url']),
suite: _.pick(currentState.suite, ['file', 'name', 'path', 'url']),
state: _.pick(currentState.state, 'name'),
browserId: currentState.browserId
};
Expand Down

0 comments on commit e2b65c7

Please sign in to comment.