You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.hasAttribute('content','Imagine we are writing a web app for managing a blog. At any given time, we should be able to answer questions like What post are they looking at? and Are they editing it? In Ember.js, the answer to these questions is determined by the URL. \n\nThe URL can be...');
14
19
15
-
// lookup title from service because testem modifies title https://github.com/testem/testem/issues/195
.hasAttribute('content',`When your application starts, the router matches the current URL to the routes that you've defined. The routes, in turn, are responsible for displaying templates, loading data, and setting up application state.
23
28
24
-
assert.equal(title,
25
-
'Defining Your Routes - Routing - Ember Guides');
29
+
To define a route, run
26
30
27
-
constdescriptionStart='When your application starts, the router matches the current URL to the routes';
28
-
assert.ok(description.content.startsWith(descriptionStart),`${description.content} should start with ${descriptionStart}`);
0 commit comments