Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Fix #hello onboarding #4954

Merged
merged 1 commit into from
Sep 26, 2018
Merged

Fix #hello onboarding #4954

merged 1 commit into from
Sep 26, 2018

Conversation

chenba
Copy link
Collaborator

@chenba chenba commented Sep 25, 2018

Fixes #4886

Copy link
Member

@jaredhirsch jaredhirsch left a comment

Choose a reason for hiding this comment

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

nice catch! typo in the test assert statement, otherwise good to land

test/test.js Outdated
await driver.get(`${backend}/#hello`);
await driver.setContext(firefox.Context.CONTENT);
const slideFrame = await driver.wait(until.elementLocated(By.id(SLIDE_IFRAME_ID)));
assert(slideFrame, "Navgating to #hello should show onboarding");
Copy link
Member

Choose a reason for hiding this comment

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

"Navigating"

@chenba chenba dismissed jaredhirsch’s stale review September 26, 2018 00:08

Typo's been fixed. Thanks!

@chenba chenba merged commit d1015ea into mozilla-services:master Sep 26, 2018
@chenba chenba deleted the 4886-hello branch September 26, 2018 00:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants