Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102838904
app.e2e-spec.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 17:24
Size
288 B
Mime Type
text/x-java
Expires
Wed, Feb 26, 17:24 (2 d)
Engine
blob
Format
Raw Data
Handle
24437721
Attached To
R8244 Eawag_Swing_Weight_Elicitation
app.e2e-spec.ts
View Options
import { AppPage } from './app.po';
describe('client App', () => {
let page: AppPage;
beforeEach(() => {
page = new AppPage();
});
it('should display welcome message', () => {
page.navigateTo();
expect(page.getParagraphText()).toEqual('Welcome to app!');
});
});
Event Timeline
Log In to Comment