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

Tests Do Not Work #2

Open
ndaniele opened this issue Nov 5, 2016 · 2 comments
Open

Tests Do Not Work #2

ndaniele opened this issue Nov 5, 2016 · 2 comments
Labels

Comments

@ndaniele
Copy link

ndaniele commented Nov 5, 2016

I FIXED the issue I raised bellow by fully updating my OS.
the problem seemed to be with a security update for OSX.
If others experience this problem I suggest checking for any new software updates and installing them before further troubleshooting.



Hi, This is an issue i continue to have in the angular section.

running the "learn" command in terminal does not run tests correctly.

I had been able to fix this on some of the labs by add this line of code to my conf.js file

capabilities: {
'browserName': 'firefox'
},

but that doesn't seem to be working for this one.

I am not sure what the problem is. I have spent hours with Learn experts trying to fix it and there seems to be no solution. So, I am submitting this repo and continuing on with this section even though I have not been able to "run local tests" ...that being said, I did check my code against the solution and my code is correct. I have also checked it on the node server and it works correctly.

Not sure if anyone else is having this problem with these tests.

Just wanted to let you know.

@Smulligan85
Copy link

Smulligan85 commented Nov 20, 2016

@aturkewi
A student had a similar issue. She was able to find the following work around solution.
Run webdriver-manager start --standalone
Run learn
This gets the tests running correctly and passing.

@aturkewi
Copy link

@Lukeghenco I'm going to tag you in on this one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
@Smulligan85 @aturkewi @ndaniele and others