Skip to content

Commit 48f9578

Browse files
committed
updates initial state
1 parent 392dc65 commit 48f9578

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,3 @@ $ npm start
1414
```
1515

1616
Find the run script in [this Gist](https://gist.github.com/cschuff/6f23b61622b41fdaa3c01623e530b845).
17-
18-
19-
## [BackstopJS](https://github.com/garris/BackstopJS)
20-
21-

webapp/i18n/i18n.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is the resource bundle for UI5Experts - UI Testing
22

33
#XTIT: Application name
4-
appTitle=UI5Experts - UI Testing
4+
appTitle=UI Testing
55

66
#YDES: Application description
77
appDescription=Example SAPUI5 application demonstrating the use of QUnit, OPA5 and karma.

webapp/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"i18n": "i18n/i18n.properties",
77
"title": "{{appTitle}}",
88
"description": "{{appDescription}}",
9+
"icon": "sap-icon://flight",
910
"applicationVersion": {
1011
"version": "1.0.0"
1112
},
@@ -27,7 +28,7 @@
2728
"sap.ui": {
2829
"technology": "UI5",
2930
"icons": {
30-
"icon": "sap-icon://detail-view",
31+
"icon": "sap-icon://flight",
3132
"favIcon": "",
3233
"phone": "",
3334
"phone@2": "",

webapp/test/flpSandbox.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
additionalInformation: "SAPUI5.Component=ui5experts.ui-testing",
3939
applicationType: "URL",
4040
url: "../",
41-
description: "Example Application demonstrating the use of QUnit, OPA5 and karma. ",
42-
title: "UI5Experts - UI Testing"
41+
title: "UI Testing",
42+
description: "BackstopJS FTW"
4343
}
4444
}
4545
};

webapp/test/flpSandboxMockServer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
additionalInformation: "SAPUI5.Component=ui5experts.ui-testing",
4040
applicationType: "URL",
4141
url: "../",
42-
description: "Example Application demonstrating the use of QUnit, OPA5 and karma. ",
43-
title: "UI5Experts - UI Testing"
42+
title: "UI Testing",
43+
description: "BackstopJS FTW"
4444
}
4545
}
4646
};

0 commit comments

Comments
 (0)