Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wait for Temp directory is initialized for video recording (closes #3508) #3577

Merged
merged 2 commits into from
Mar 20, 2019

Conversation

AlexKamaev
Copy link
Contributor

No description provided.

@testcafe-build-bot
Copy link
Collaborator

@testcafe-build-bot
Copy link
Collaborator

@@ -58,7 +58,10 @@ export default class VideoRecorder {
}

_assignEventHandlers (browserJob) {
browserJob.once('start', this._createSafeListener(this._onBrowserJobStart));
browserJob.once('start', this._createSafeListener(() => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the async modifier and add await this.tempDirectoryInitializedPromise OR return this.tempDirectoryInitializedPromise from the handler.

@testcafe-build-bot
Copy link
Collaborator

@testcafe-build-bot
Copy link
Collaborator

@testcafe-build-bot
Copy link
Collaborator

@testcafe-build-bot
Copy link
Collaborator

@testcafe-build-bot
Copy link
Collaborator

@testcafe-build-bot
Copy link
Collaborator

@AlexKamaev
Copy link
Contributor Author

ping @LavrovArtem

@AlexKamaev AlexKamaev merged commit 6f856fe into DevExpress:master Mar 20, 2019
kirovboris pushed a commit to kirovboris/testcafe-phoenix that referenced this pull request Dec 18, 2019
…vExpress#3508) (DevExpress#3577)

* wait for Temp directory is initialized for video recording (closes DevExpress#3508)

* return promise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants