Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
corytheboyd committed Oct 15, 2013
1 parent 5182bd5 commit d1544ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/pages/teams/new.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ angular.module('app')
$scope.team_options = [
{ param: "project", label: "Open Source Project", value: "Team::Project" },
{ param: "startup", label: "Startup", value: "Team::Startup" },
{ param: "enterprise", label: "Enterprise", value: "Team::Enterprise" },
{ param: "enterprise", label: "Enterprise", value: "Team::Enterprise" }
];

$scope.form_data = {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/team_e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe("Scenario: Creating a team --", function() {
using('form').input('form_data.bio').enter("bountysource is THE open source funding platform");
using('form').element('submit.btn').click();

expect(browser().location().path()).toEqual('/teams/'+MOCK.valid_team.slug+'/members/manage');
expect(browser().location().path()).toEqual('/teams/'+MOCK.valid_team.slug);
});
});

Expand Down

0 comments on commit d1544ad

Please sign in to comment.