mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-10-31 00:01:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			286 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			286 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { AppPage } from './app.po';
 | |
| 
 | |
| describe('onos App', () => {
 | |
|   let page: AppPage;
 | |
| 
 | |
|   beforeEach(() => {
 | |
|     page = new AppPage();
 | |
|   });
 | |
| 
 | |
|   it('should display welcome message', () => {
 | |
|     page.navigateTo();
 | |
|     expect(page.getParagraphText()).toEqual('Welcome to app!');
 | |
|   });
 | |
| });
 |