feat(aio): delete unused kruft
This commit is contained in:
@ -8,9 +8,12 @@ describe('site App', function() {
|
||||
});
|
||||
|
||||
it('should show features text after clicking "Features"', () => {
|
||||
page.navigateTo();
|
||||
page.featureLink.click().then(() => {
|
||||
expect(page.getDocViewerText()).toContain('Progressive web apps');
|
||||
});
|
||||
page.navigateTo()
|
||||
.then(() => {
|
||||
return page.featureLink.click();
|
||||
})
|
||||
.then(() => {
|
||||
expect(page.getDocViewerText()).toContain('Progressive web apps');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user