Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still see the
![image](https://private-user-images.githubusercontent.com/12250881/380069319-72c84e8c-870e-4825-b1bb-92be403a0f6f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Mjg3NjEsIm5iZiI6MTczOTUyODQ2MSwicGF0aCI6Ii8xMjI1MDg4MS8zODAwNjkzMTktNzJjODRlOGMtODcwZS00ODI1LWIxYmItOTJiZTQwM2EwZjZmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDEwMjEwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNjMTdkNDc0N2VjOTgyNWUxMzQ0ZmNhYzA2Y2ViMTAzMzJiOGNmN2JlYWRmOTZkN2E0YzU2OGQyNDBiM2Q3NjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Phamsd8SiCyhz6EDZUA-ov6m8XEuXrs8xD9VWWLOn2Q)
Resource name
title and an immutable field below it. So, shouldn't we update the xpath of the RESOURCE_INPUT_XP? Otherwise this check doesn't make sense. What am I missing?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so the xpath for ${RESOURCE_INPUT_XP} is used for creating a project test, and the changes for ODS-2112 test is to check that its not there when editing a project. WYT ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, got it. Since we were testing presence of the Element before, I would expect that apart from this Should Not Contain Element, we would also have another Should Contain Element with the xpath to the expected field that is there now.
But I'm not gonna block this.