Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93704384
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
Sat, Nov 30, 20:40
Size
651 B
Mime Type
text/x-java
Expires
Mon, Dec 2, 20:40 (2 d)
Engine
blob
Format
Raw Data
Handle
22691390
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
app.e2e-spec.ts
View Options
import { AppPage } from './app.po';
import { browser, logging } from 'protractor';
describe('workspace-project App', () => {
let page: AppPage;
beforeEach(() => {
page = new AppPage();
});
it('should display welcome message', () => {
page.navigateTo();
expect(page.getTitleText()).toEqual('nietzsche-beta-app app is running!');
});
afterEach(async () => {
// Assert that there are no errors emitted from the browser
const logs = await browser.manage().logs().get(logging.Type.BROWSER);
expect(logs).not.toContain(jasmine.objectContaining({
level: logging.Level.SEVERE,
} as logging.Entry));
});
});
Event Timeline
Log In to Comment