Skip to content

Conversation

@AlexGalichenko
Copy link
Contributor

@AlexGalichenko AlexGalichenko commented Nov 30, 2022

  • added I wait until current url step
  • added I wait until page title step

- added I wait until page title step
@AlexGalichenko AlexGalichenko self-assigned this Nov 30, 2022
@AlexGalichenko AlexGalichenko changed the title - added I wait until current url step - added I wait until current url/title steps Nov 30, 2022
setTimeout(() => {
window.document.title = 'title changed';
window.document.location.href = '#anchor';
}, 1234);

Choose a reason for hiding this comment

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

is 1234 some like dummy data?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep, simulating async update of browser url and title

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@AlexGalichenko AlexGalichenko merged commit ff53d72 into main Dec 7, 2022
@AlexGalichenko AlexGalichenko deleted the wait-url-title branch December 7, 2022 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants