Skip to content
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

Staging #1128

Merged
merged 19 commits into from Dec 24, 2019
Merged

Staging #1128

merged 19 commits into from Dec 24, 2019

Conversation

imolorhe
Copy link
Collaborator

Merging staging to master

@@ -57,7 +57,12 @@ describe('Altair electron', function() {
// await app.client.windowByIndex(0);
// await app.client.keys([ 'Meta', 'w' ]);
app.browserWindow.focus();
const toastComponentElement = await app.client.$(`${selectors.visibleWindowSelector} [toast-component]`);
if (toastComponentElement.value) {
await app.client.$(`${selectors.visibleWindowSelector} [toast-component]`).click();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an assignment or function call and instead saw an expression.
Missing semicolon.

@@ -57,7 +57,12 @@ describe('Altair electron', function() {
// await app.client.windowByIndex(0);
// await app.client.keys([ 'Meta', 'w' ]);
app.browserWindow.focus();
const toastComponentElement = await app.client.$(`${selectors.visibleWindowSelector} [toast-component]`);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon.

// Angular appends the app script to the bottom.
// This ensures the code is run after the assets have been added.
document.addEventListener('DOMContentLoaded', () => {
AltairGraphQL.init();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'AltairGraphQL' is not defined.

@imolorhe imolorhe merged commit b9c39e9 into master Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant