Skip to content

Commit a620e90

Browse files
committed
updating tests to match casper
1 parent 05c49ef commit a620e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/test/functional/routes/frontend_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ describe('Frontend Routing', function () {
170170
request.get('/')
171171
.expect(200)
172172
.expect(/\<link rel="canonical" href="http:\/\/127.0.0.1:2370\/" \/\>/)
173-
.expect(/copyright \<a href="http:\/\/127.0.0.1:2370\/">Ghost\<\/a\>/)
173+
.expect(/\<a href="http:\/\/127.0.0.1:2370">Ghost\<\/a\>/)
174174
.end(doEnd(done));
175175
});
176176

@@ -179,7 +179,7 @@ describe('Frontend Routing', function () {
179179
.set('X-Forwarded-Proto', 'https')
180180
.expect(200)
181181
.expect(/\<link rel="canonical" href="https:\/\/localhost\/" \/\>/)
182-
.expect(/copyright \<a href="https:\/\/localhost\/">Ghost\<\/a\>/)
182+
.expect(/\<a href="https:\/\/localhost">Ghost\<\/a\>/)
183183
.end(doEnd(done));
184184
});
185185
});

0 commit comments

Comments
 (0)