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

Some functional Tests for issues #276

Closed
wants to merge 3 commits into from
Closed

Conversation

karlcow
Copy link
Member

@karlcow karlcow commented Sep 18, 2014

Still a couple missing.

@miketaylr
Copy link
Member

Do these work for you locally? I'm running into an issue with Intern/Selenium not being able to read the session cookie so logging in on a non-index page doesn't work--you should only be able to open/close issues when you're authed.

@karlcow
Copy link
Member Author

karlcow commented Sep 18, 2014

No I haven't tried to make them work yet. I was trying to figure out the syntax.
I need to setup intern and understand how it is working exactly. on my TODO.

@miketaylr
Copy link
Member

Just to comment here - I need to solve #277 before we can merge in these tests. Right now there's no way for them to pass, but it's not because they're bad tests. Hopefully we can get the testing issues figured out sooner than later.

@karlcow
Copy link
Member Author

karlcow commented Nov 19, 2014

ok I should try to finish these tests now that we have figured out why it was failing.

assert.equal(text, "Reopen issue");
})
.end();
})

This comment was marked as abuse.

@miketaylr
Copy link
Member

I just cherry picked these commits (merging against my branch ended up in a ton of conflicts--you might rebase your branch against master for less problems), but didn't get them to run because of the small syntax mistakes. I would double check that the selectors are still valid--@magsout has done a lot of CSS refactoring since the original PR.

It might be easier to create a new branch once the login stuff is pulled. 🌹

@miketaylr
Copy link
Member

Just a note -- when #415 is merged, you can run grunt jshint (or grunt jshint:tests) to catch the syntax errors for you.

@karlcow
Copy link
Member Author

karlcow commented Nov 19, 2014

It might be easier to create a new branch once the login stuff is pulled. 🌹

Definitely. Thanks for the review.

@miketaylr
Copy link
Member

I'm going to close this pull request, but please reopen once you have your updated tests. Thanks!

@miketaylr miketaylr closed this Dec 8, 2014
@karlcow karlcow deleted the tests branch August 14, 2015 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants