Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Nitpicks for the angular generator changes (#3455)
Browse files Browse the repository at this point in the history
Signed-off-by: K. L. Usher <[email protected]>
  • Loading branch information
KaiUsher authored and nklincoln committed Feb 22, 2018
1 parent 2835551 commit 569e1c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('Starting tests for <%=appName%>', function() {

it('network-name should be <%=businessNetworkIdentifier%>',() => {
var networkName = element(by.css('.network-name')).getWebElement();
expect(networkName.getText()).toBe('<%=businessNetworkIdentifier%>');
expect(networkName.getText()).toBe('<%=businessNetworkIdentifier%>.bna');
});

it('navbar-brand should be <%=appName%>',() => {
Expand Down

0 comments on commit 569e1c9

Please sign in to comment.