remove console.log
parent
7717b08824
commit
f556fc3609
|
@ -386,7 +386,6 @@ common.uploadImagePath = function() {
|
||||||
|
|
||||||
common.closeJoyride = function() {
|
common.closeJoyride = function() {
|
||||||
$('.introjs-skipbutton').isPresent().then((present) => {
|
$('.introjs-skipbutton').isPresent().then((present) => {
|
||||||
console.log(present);
|
|
||||||
if (present) {
|
if (present) {
|
||||||
browser.waitForAngular();
|
browser.waitForAngular();
|
||||||
$('.introjs-skipbutton').click();
|
$('.introjs-skipbutton').click();
|
||||||
|
|
Loading…
Reference in New Issue