mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Test should logout after authenticating with test credentials
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -288,6 +288,7 @@ describe('iD.serviceOsm', function () {
|
||||
created_by: 'iD 2.0.0'
|
||||
}
|
||||
}]);
|
||||
connection.logout();
|
||||
done();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user