Commit 7fa103e3 authored by picklesrus's avatar picklesrus

Skip the join flow smoke test since it was put in place to make sure we didn't...

Skip the join flow smoke test since it was put in place to make sure we didn't launch the new join flow by mistake.
parent 5b351b65
...@@ -23,7 +23,9 @@ tap.beforeEach(function () { ...@@ -23,7 +23,9 @@ tap.beforeEach(function () {
return driver.get(rootUrl); return driver.get(rootUrl);
}); });
test('Clicking Join Scratch opens scratchr2 iframe', t => { // Skipping this test while launching new join flow.
// TODO: Add new smoke tests for the new Join flow!
test('Clicking Join Scratch opens scratchr2 iframe', {skip: true}, t => {
clickText('Join Scratch') clickText('Join Scratch')
.then(() => findByXpath('//iframe[contains(@class, "mod-registration")]')) .then(() => findByXpath('//iframe[contains(@class, "mod-registration")]'))
.then(() => t.end()); .then(() => t.end());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment