Test should logout after authenticating with test credentials

This commit is contained in:
Bryan Housel
2016-10-31 15:04:46 -04:00
parent efa110dcb0
commit 73d7fca095
3 changed files with 1 additions and 24 deletions
@@ -1,12 +0,0 @@
{
"key": "service:bicycle:chain_tool",
"type": "check",
"label": "Chain Tool",
"strings": {
"options": {
"undefined": "Assumed to be No",
"yes": "Yes",
"no": "No"
}
}
}
@@ -1,12 +0,0 @@
{
"key": "service:bicycle:pump",
"type": "check",
"label": "Air Pump",
"strings": {
"options": {
"undefined": "Assumed to be No",
"yes": "Yes",
"no": "No"
}
}
}
+1
View File
@@ -288,6 +288,7 @@ describe('iD.serviceOsm', function () {
created_by: 'iD 2.0.0'
}
}]);
connection.logout();
done();
});