Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122072441
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
Tue, Jul 15, 15:14
Size
288 B
Mime Type
text/x-java
Expires
Thu, Jul 17, 15:14 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27430827
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