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 switch-window with PhantomJS #264

Merged
merged 3 commits into from
Aug 5, 2020
Merged

Conversation

Uunnamed
Copy link
Contributor

@Uunnamed Uunnamed commented Aug 4, 2020

#fixies #146

@@ -354,6 +354,15 @@
(is (not= width width'))
(is (not= height height'))))))

Copy link
Collaborator

@igrishaev igrishaev Aug 4, 2020

Choose a reason for hiding this comment

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

я как-то не пойму логику этого теста. Ожидал, что будет так:

  • открыть первую страницу, получить заголовок или урл
  • создать новое окно
  • открыть вторую странцу, получить ее заголовок или урл
  • переключиться на первое окно
  • убедиться, что его заголовк или урл равны первому.

чтобы не ходить в сеть, можно создать локальные HTML-файлы test1.html и test2.html

Copy link
Contributor Author

@Uunnamed Uunnamed Aug 4, 2020

Choose a reason for hiding this comment

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

логика такая:

  • браузер открывается с одним единственным окном
  • получаем его id
  • открываем следующее окно
  • получаем id всех окон, и выбираем id нового окна
  • свитчимся и проверяем что действительно переключились

страницы и хождение по урлу это дополнительная проверка скорее, если нужно добавлю

@Uunnamed Uunnamed merged commit e236ed1 into master Aug 5, 2020
@Uunnamed Uunnamed deleted the fix-switch-window-with-phantomjs branch August 5, 2020 09:09
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.

2 participants