docs: update docs example dependencies to version 8 (#30385)
PR Close #30385
This commit is contained in:

committed by
Jason Aden

parent
660a091f41
commit
661a57d9e2
@ -11,7 +11,7 @@ describe('sw-example App', () => {
|
||||
|
||||
it('should display welcome message', () => {
|
||||
page.navigateTo();
|
||||
expect(page.getParagraphText()).toEqual('Welcome to Service Workers!');
|
||||
expect(page.getTitleText()).toEqual('Welcome to Service Workers!');
|
||||
});
|
||||
|
||||
it('should display the Angular logo', () => {
|
||||
|
Reference in New Issue
Block a user