-
Notifications
You must be signed in to change notification settings - Fork 235
feat(connect-form): enable new connection screen COMPASS-5302 #2807
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
Conversation
packages/compass-e2e-tests/helpers/commands/connect-with-connection-form.ts
Outdated
Show resolved
Hide resolved
}); | ||
|
||
it('renders the header', () => { | ||
it.skip('renders the header', () => { |
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.
I have no idea why this broke, probably just messed with selectors too much or was relying on something I've changed, it should be ok to just skip since we are going to delete this soon
dataService.getConnectionOptions().connectionString | ||
); | ||
} catch (e) { | ||
return '<uri>'; |
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.
sorry for the "diaper" here, should help with the integration in DE and be innocent in Compass since we have tests that would catch issues. Hopefully will go away soon
991f829
to
fab22b6
Compare
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.
Description
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes