-
Notifications
You must be signed in to change notification settings - Fork 674
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
fix '${BROWSER} resolves to undefined in screenshot pattern' (close #2742) #2794
Conversation
❌ Tests for the commit 00266d3 have failed. See details: |
test/server/path-pattern-test.js
Outdated
].join('#') + '.png'; | ||
|
||
const pathPattern = createPathPattern(pattern, data); | ||
|
||
const path = pathPattern.getPath(false); | ||
|
||
expect(path).eql(expectedParsedPattern); | ||
expect(path).contains(expectedParsedPattern); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it an intentional change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. It's from development. I will fix it
❌ Tests for the commit 97a960f have failed. See details: |
@testcafe-build-bot retest |
❌ Tests for the commit 97a960f have failed. See details: |
@testcafe-build-bot retest |
✅ Tests for the commit 97a960f have passed. See details: |
…evExpress#2742) (DevExpress#2794) * fix '${BROWSER} resolves to undefined in screenshot pattern' (close DevExpress#2742) * fix review issue
@AndreyBelym
Review only two files:
test/server/path-pattern-test.js
src/screenshots/path-pattern.js