-
Notifications
You must be signed in to change notification settings - Fork 3
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
test(EndToEnd): Add "Flame graph" tests #136
Conversation
# Conflicts: # e2e/fixtures/pages/ExploreProfilesPage.ts # e2e/tests/all-services-view/all-services.spec.ts # e2e/tests/explore-profiles/explore-profiles.spec.ts # e2e/tests/profile-types-view/profile-types.spec.ts
urlParams.set('explorationType', explorationType); | ||
|
||
return super.goto(urlParams.toString()); | ||
} | ||
|
||
/* Data source */ |
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.
In a future PR, we should split the responsibilities among several, smaller classes.
@@ -1,6 +1,6 @@ | |||
import { expect, test } from '../../fixtures'; | |||
|
|||
test.describe('Smoke tests', () => { | |||
test.describe.skip('Smoke tests', () => { |
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.
Skipping for now, we will remove them in #143
> | ||
{children} | ||
<div id="icon-new" className={styles.sup}> |
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.
The feature was deployed some months ago already so we can safely remove the "new" badge
✨ Description
Related issue(s): resolves #133, is blocked by #135
📖 Summary of the changes
See diff tab for specific comments.
🧪 How to test?