# HG changeset patch # User Nicholas Jillings # Date 1573574993 0 # Node ID 21ee5bcf80a3d1cedba9d52256e909e5956f7208 # Parent 669f50f1941d09b99a10dbae3ddf2b2e24301209 Hotfix for AB tests with page interface axis diff -r 669f50f1941d -r 21ee5bcf80a3 interfaces/AB.js --- a/interfaces/AB.js Tue Jul 02 07:01:50 2019 +0200 +++ b/interfaces/AB.js Tue Nov 12 16:09:53 2019 +0000 @@ -327,6 +327,10 @@ this.exportXMLDOM = function (audioObject) { var node = storage.document.createElement('value'); node.textContent = this.value; + var iname = testState.getCurrentTestPage().interfaces[0].name; + if (typeof iname == "string") { + node.setAttribute("interface-name", iname); + } return node; }; this.getValue = function () {