mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
add test for hasAttachments after an extend
This commit is contained in:
parent
3f03a66e81
commit
616fb671ae
@ -307,6 +307,11 @@ describe("Attachments", function()
|
||||
});
|
||||
});
|
||||
|
||||
async.it("Verify hasAttachments", function(done) {
|
||||
expect(g_featureLayer.hasAttachments).toBe(true);
|
||||
done();
|
||||
});
|
||||
|
||||
async.it("add attachment to (offline) feature g2_offline", function(done)
|
||||
{
|
||||
expect(g_featureLayer.graphics.length).toBe(4);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user