Closed (fixed)
Project:
Cloud
Version:
6.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
12 Sep 2023 at 01:11 UTC
Updated:
1 Dec 2023 at 03:04 UTC
Jump to comment: Most recent
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
phyllanthus commentedComment #5
yas@nakamurarts
Thank you for the patch. I posted my comment. According to the following modification, I think the patch is removing the existing testing for
"No items." in the table. So please keep the existing test for"No items." in the table. In that sense,you may want t add
No items.andAccess denied.into the new column such as amessageinExamples:table of scenario.- And I should "No items." in the table
+ And I should "Access denied." in the table
Because I see the following code in your patch:
Thanks
Comment #6
yasComment #7
phyllanthus commented@yas
Thank you for review.
Following a suggestion from a previous meeting, I have added a test case to `K8s-ATDD-01-01-ReadNoUserResources.feature` that checks for message changes due to user roles.
Comment #8
sekinet commented@nakamurarts
I have posted some comments. Can you please check them?
Comment #9
phyllanthus commentedOnly the addition of BDD test cases was performed, as the appropriate messages are already displayed now.
Also, fixed the permission name ('view own openstack flavor')
Comment #10
sekinet commented@nakamiurarts @yas
The patch looks good to me. Thanks.
Comment #11
yas@sekinet
Thank you for your review.
@nakamurarts
Thank you for the update. I'll merge the patch to
5.xand6.x, and close this issue as Fixed.Comment #12
yasComment #15
yas