TangibleDream - Overview
Pinned Loading
-
chess-spec.js chess-spec.js
1
'use strict'2
const movePiece = (poo,dest) => {
3
element(by.xpath(`//*[@id='${poo}']`)).click();
4
element(by.xpath(`//*[@id='${dest}']`)).click();
5
$('#actionButton').click();
