-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Prep for Ember data: misc #2 #24791
Prep for Ember data: misc #2 #24791
Conversation
…of string selectors
Build Results: |
@@ -308,26 +306,27 @@ module('Acceptance | landing page dashboard', function (hooks) { | |||
}; | |||
|
|||
test('shows the correct actions and links associated with database', async function (assert) { | |||
await mountSecrets.enable('database', 'database'); | |||
await newConnection('database'); | |||
const databaseBackend = `db-database`; |
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.
we should probably use a uuid here
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 call! I'll amend.
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.
😍 Just one minor comment, otherwise LGTM
I have a new WIP ember upgrade branch that has Ember exam merged in. While creating that branch, I was able to confirm several test changes that are still needed but are not upgrade dependent. Regardless of the ember data upgrade these changes are good housekeeping.