[Fixed Position] Update failing specs
Update existing tests to account for changes from WTD-880.
This commit is contained in:
@@ -5,8 +5,13 @@ define(
|
||||
function (ElementProxies) {
|
||||
"use strict";
|
||||
|
||||
// Expect these element types to have proxies
|
||||
var ELEMENT_TYPES = [
|
||||
"fixed.telemetry"
|
||||
"fixed.telemetry",
|
||||
"fixed.line",
|
||||
"fixed.box",
|
||||
"fixed.text",
|
||||
"fixed.image"
|
||||
];
|
||||
|
||||
// Verify that the set of proxies exposed matches the specific
|
||||
|
||||
Reference in New Issue
Block a user