Storyboard API Interface and basic project management
Here I add three major components: Firstly, the API abstractions (resources) that drive our consumption of the storyboard API. Secondly, a series of API mock interceptors that trigger when HTTP requests are made and simulate the existence of the storyboard API. Lastly, a basic UI for project creation, listing, and management. Change-Id: Idbce8252237b0f9fbb9dd2330b952f9a6432c694
This commit is contained in:
@@ -25,6 +25,5 @@ describe('Storyboard Login Routes', function () {
|
||||
it('should redirect /auth/provider to /auth/provider/list', function () {
|
||||
browser.get('http://localhost:9000/#!/auth/provider');
|
||||
expect(browser.getCurrentUrl()).toContain('#!/auth/provider/list');
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user