第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

使用 jest 斷言時,匹配器函數(shù)應返回以下格式的對象

使用 jest 斷言時,匹配器函數(shù)應返回以下格式的對象

收到一只叮咚 2022-10-21 14:34:03
當我使用 wdio 和 mocha 作為測試框架對多個瀏覽器運行測試時,我得到以下錯誤,如果它只針對一個瀏覽器運行,相同的斷言工作正常describe ('Landing Page test suite',()=> {    before(()=>{        browser.url('/')    })    it ('1. Page should be loaded proeprly',()=>{        p.header.waitForDisplayed()            expect(p.header).toBeVisible()    })})Unexpected return from a matcher function.Matcher functions should return an object in the following format:  {message?: string | function, pass: boolean}'[{"message": [Function message], "pass": false}, {"message": [Function message], "pass": false}]' was returned這是代碼示例 https://github.com/Amrkamel1/wdExample.git運行: npm 我 npm 運行測試
查看完整描述

1 回答

?
瀟瀟雨雨

TA貢獻1833條經驗 獲得超4個贊

"toBeVisible" 是一個 Jest 匹配器,不能與 WebdriverIO 一起使用。請使用正確的匹配器:https ://webdriver.io/docs/api/expect.html#tobedisplayed


查看完整回答
反對 回復 2022-10-21
  • 1 回答
  • 0 關注
  • 113 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號