-
Notifications
You must be signed in to change notification settings - Fork 212
test: add data-modeling tab e2e test COMPASS-9305 #6885
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
base: main
Are you sure you want to change the base?
Conversation
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.
Nice! I'm thinking we'll want a ticket that tests this on compass-web as well then. (Without the storage parts)
); | ||
await browser.clickVisible(Selectors.CreateDataModelConfirmButton); | ||
|
||
// TODO: Confirm all collections are selected by default (COMPASS-XXXX) |
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.
// TODO: Confirm all collections are selected by default (COMPASS-XXXX) | |
// TODO: Confirm all collections are selected by default (COMPASS-9309) |
await screenshotIfFailed(compass, this.currentTest); | ||
}); | ||
|
||
it.only('creates a new data model using an existing connection', async function () { |
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.
it.only('creates a new data model using an existing connection', async function () { | |
it('creates a new data model using an existing connection', async function () { |
Description
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes