admin管理员组文章数量:1394056
I have some code where I'm updating a configuration & saving it, in this case from 'Base' to Buy-up, then attempt to verify the change elsewhere. Why is the 'Base' value not being saved when the test progresses to the validation?
I had these as 2 separate test cases, was told to combine and run as one, but still no luck.
eEnrollment.openApplication();
eEnrollment.login("validvistacredentials");
vistaGroupSearch.performGroupSearchInVista(groupJSONFile);
vistaNavigations.navigateToBasics('Member Homepage Configuration')
cy.get('#careNavigationType').select('Buy-up')
cy.contains('Save').click()
cy.wait(2000)
vistaHomePage.memberSearchUsingLoginId('GarnerBuyUp')
vistaNavigations.openMemberInMemberRole(groupJSONFile, 1)
cy.scrollTo('bottom')
careNavigation.BuyUp();
eEnrollment.logoutMemberRole()
本文标签: cypressTest not using value 39saved39 when progressing through test caseStack Overflow
版权声明:本文标题:cypress - Test not using value 'saved' when progressing through test case - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744610187a2615608.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论