Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ODS-282 Verify Content In RHODS Explore Section #1280

Conversation

FedeAlonso
Copy link
Contributor

Test "fix: ODS-282 Verify Content In RHODS Explore Section" was failing in 2.8 RC2 due to:

  1. Wrong xpath for opening the cards (fixed here)

After fixing it we found another 2 issues:
Screenshot from 2024-03-12 17-46-25

  1. Wrong Intel links (returning a 403 and redirections)
  2. Wrong test data pointing to RHODS instead of RHOAI (fixed here)

Now we just have the wrong Intel links, which has been already notified:
Screenshot from 2024-03-12 17-50-02

@FedeAlonso FedeAlonso added verified This PR has been tested with Jenkins enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes) labels Mar 12, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Wait Until Element Is Enabled xpath:${card_locator}/${CARD_BUTTON_XP} timeout=20s error=Element is not clickbale #robocop : disable
${element}= Get WebElement xpath:${card_locator}/${CARD_BUTTON_XP}
Wait Until Element Is Visible xpath:${card_locator}${CARD_BUTTON_XP}
Wait Until Element Is Enabled xpath:${card_locator}${CARD_BUTTON_XP} timeout=20s error=Element is not clickbale #robocop : disable

Check warning

Code scanning / Robocop

Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test

Line is too long (146/120)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could be a cheap fix

Wait Until Element Is Enabled xpath:${card_locator}/${CARD_BUTTON_XP} timeout=20s error=Element is not clickbale #robocop : disable
${element}= Get WebElement xpath:${card_locator}/${CARD_BUTTON_XP}
Wait Until Element Is Visible xpath:${card_locator}${CARD_BUTTON_XP}
Wait Until Element Is Enabled xpath:${card_locator}${CARD_BUTTON_XP} timeout=20s error=Element is not clickbale #robocop : disable

Check warning

Code scanning / Robocop

Missing blank space after comment character Warning test

Missing blank space after comment character
Copy link
Contributor

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass %
446 0 0 446 100

@FedeAlonso FedeAlonso merged commit bcb0915 into red-hat-data-services:master Mar 12, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes) verified This PR has been tested with Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants