Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
describe("Render SignUp",()=>{ it("renders correctly",()=>{ cy.visit("/signupChef"); cy.get("#container").should("exist"); }); });
我无法使用 cy.get("#container") 获取 id,它给出了一个错误 < 4000 毫秒后重试超时:预期找到元素:#container,但从未找到它。>