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

Commit 569e1c9

Browse files
KaiUshernklincoln
authored andcommitted
Nitpicks for the angular generator changes (#3455)
Signed-off-by: K. L. Usher <[email protected]>
1 parent 2835551 commit 569e1c9

File tree

1 file changed

+1
-1
lines changed
  • packages/generator-hyperledger-composer/generators/angular/templates/e2e

1 file changed

+1
-1
lines changed

packages/generator-hyperledger-composer/generators/angular/templates/e2e/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('Starting tests for <%=appName%>', function() {
1717

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

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

0 commit comments

Comments
 (0)