所以我用這段代碼 describe('Testing the login page', function (t) {
t.it('Should be possible to login', function (t) {
t.chain(
{
waitForCQ : '>> textfield[itemId=login]'
},
我試圖填充textfield,然後運行單擊事件與Bryntum午睡測試。整個測試過程已經成功,但只有「保存」按鈕不響應這個點擊事件,並保持說: Waited too long for: componentQuery "datatoolbar[id=datatoolbar-1100]"
Failed assertion `waitForComponentQuery`
Condition was
我有一個數據表格,包括幾個項目,如textfield,datefield和combobox。如何使用Siesta爲combobox製作選擇項,我需要將Siesta的等待時間設置爲30000ms以上,因爲數據通過ajax請求加載到combobox。 有一個我已經使用過的代碼段失敗了, t.it('Should create a new registration', function (t) {
我正在玩Siesta和一些內置的斷言。 我遇到了elementIsNotEmpty()斷言的問題。 我想檢查在登錄字段中輸入空字符串後,該字段是否真空,並且沒有顯示任何內容。 所以炒麪測試鏈看起來是這樣的: t.it("Login with non valid Data", function(t) {
t.diag("Failing the Login"),
t.chain(