|
@@ -340,7 +340,7 @@ describe('Application life cycle test', function () {
|
|
|
|
|
|
it('can login', login.bind(null, username, password));
|
|
|
it('can see updated post', checkPost);
|
|
|
- it('can see media', checkMedia.bind(null, 5));
|
|
|
+ it('can see media', checkMedia.bind(null, 6));
|
|
|
it('can see media link', checkMediaLink);
|
|
|
it('can access permalink', checkPermalink);
|
|
|
|