Ejemplo n.º 1
0
 andThen(() => {
   onboardingPage.startFooterButton.click();
 });
Ejemplo n.º 2
0
 andThen(() => {
   assert.equal(onboardingPage.userSkillsList().count, 1, 'A user skill was added');
   assert.equal(onboardingPage.popularSkillsList().count, 1, 'The popular skills were updated');
   onboardingPage.startFooterButton.click();
 });