Tests update

This commit is contained in:
Francisco Hodge
2019-08-11 20:23:59 -04:00
parent 74bb07d46a
commit 618800f455
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ it('Keyboard mergeDisplay will work', () => {
}
});
expect(keyboard.getButtonElement("q").getAttribute("data-displaylabel")).toBe("qreplaced");
expect(keyboard.getButtonElement("q").querySelector("span").innerHTML).toBe("qreplaced");
});
it('Keyboard function buttons will work', () => {