0

我需要该列中的 booking_no 值,如果我们有多行,那么找到我们想要的值的最佳方法是什么。

        ST.grid('pltx-gridBuilder')
        .rowAt(0)
        .cellAt(1)
        .focus()
        .click()
        .reveal()
        .and(function(cell) {
            
                expect(cell.data.record.booking_no).toEqual('2501502');
        });
    }); 
});

带有 booking_no 的桌子的图像

4

0 回答 0