如何使用 Rspec 和 Capybara 使用验收测试来单击 href

发布于 2024-12-15 08:56:35 字数 265 浏览 1 评论 0原文

我在页面源中有此内容:

<td class="gridData" route="default" reset="0" urlparams="users index edit {userID}" label="Username">
<a href="/de/users/index/edit/userID/56">UM-Employee</a>
</td>

有关如何测试此功能以单击用户链接的任何想法?

I have this content in the page source:

<td class="gridData" route="default" reset="0" urlparams="users index edit {userID}" label="Username">
<a href="/de/users/index/edit/userID/56">UM-Employee</a>
</td>

Any ideas on how to test this functionality to click on the user link?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

影子的影子 2024-12-22 08:56:35

您可以使用链接文本(如下所示)或 id 标签(当然您必须将其引入 HTML 中)来识别 Capybara 应遵循的链接。

You can use the link text (as below) or an id-tag (which you would have to introduce into your HTML of course) to identify the link Capybara should follow.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文