Skip to content

Commit

Permalink
mirage wqxr slug updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitton committed Mar 21, 2017
1 parent 3d89394 commit b280e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mirage/factories/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default Factory.extend({
slug: (i) => {
switch (i) {
case 0:
return "wnyc-fm939";
return "wqxr";
case 1:
return "q2";
case 2:
Expand All @@ -18,7 +18,7 @@ export default Factory.extend({
case 4:
return "wnyc-am820";
case 5:
return "wqxr";
return "wnyc-fm939";
case 6:
return "wqxr-special";
default:
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/settings-authenticated-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test('visiting /settings and selecting my queue as an autoplay preference', func
});

test('after visiting settings, user can select different stream', function(assert) {
let stream = server.schema.streams.all().models[2];
let stream = server.schema.streams.all().models[1];
visit('/settings');

click('.user-stream .ember-power-select-trigger').then(() => {
Expand Down

0 comments on commit b280e10

Please sign in to comment.