Skip to content
代码片段 群组 项目
提交 6ae7df55 编辑于 作者: Mark Lapierre's avatar Mark Lapierre
浏览文件

Merge branch 'e2e-quarantine-billable-user-spec' into 'master'

Quarantine fulfillment billable users e2e tests

See merge request gitlab-org/gitlab!91089
No related branches found
No related tags found
无相关合并请求
......@@ -44,7 +44,9 @@ module QA
activate_license
end
it 'shows correct billable user on subscription page', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/364830' do
it 'shows correct billable user on subscription page',
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/364830',
quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/366093', type: :flaky } do
Gitlab::Page::Admin::Subscription.perform do |subscription|
# `root` admin user also shows as billable user by default
expect(subscription.billable_users.to_i).to eq(billable_user_count + 1)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册