-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ccde265
commit 00abbc8
Showing
17 changed files
with
49 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
from typing import List | ||
|
||
from dyatel.base.element import Element | ||
from dyatel.base.page import Page | ||
from tests.settings import domain_name, repo_name | ||
|
||
|
||
class ColoredBlocksPage(Page): | ||
|
||
def __init__(self): | ||
super().__init__('colored-blocks-page', name='Colored blocks page') | ||
|
||
url = f'{domain_name}/{repo_name}/colored_blocks.html' | ||
|
||
blocks_container = Element('.container', name='colored blocks container') | ||
card = Element('.card', name='any colored block') | ||
navbar = Element('.navbar', name='navbar') | ||
|
||
def get_all_cards(self) -> List[Element]: | ||
return self.card.all_elements |
Binary file modified
BIN
-76.1 KB
(5.5%)
...shot_hide_driver_elements_entire_screen_middle_hidden_linux_selenium_chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-86.3 KB
(5.8%)
...hot_hide_driver_elements_entire_screen_middle_hidden_linux_selenium_firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-70 KB
(5.9%)
...nshot_hide_driver_elements_entire_screen_sides_hidden_linux_selenium_chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-80 KB
(6.2%)
...shot_hide_driver_elements_entire_screen_sides_hidden_linux_selenium_firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.42 KB
..._hide_elements_colored_blocks_container_middle_hidden_linux_selenium_chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.64 KB
...hide_elements_colored_blocks_container_middle_hidden_linux_selenium_firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.39 KB
...t_hide_elements_colored_blocks_container_sides_hidden_linux_selenium_chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.6 KB
..._hide_elements_colored_blocks_container_sides_hidden_linux_selenium_firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-19.5 KB
...screenshot_hide_elements_row_with_cards_middle_hidden_linux_selenium_chrome.png
Binary file not shown.
Binary file removed
BIN
-22.8 KB
...creenshot_hide_elements_row_with_cards_middle_hidden_linux_selenium_firefox.png
Binary file not shown.
Binary file removed
BIN
-14.8 KB
..._screenshot_hide_elements_row_with_cards_sides_hidden_linux_selenium_chrome.png
Binary file not shown.
Binary file removed
BIN
-16.8 KB
...screenshot_hide_elements_row_with_cards_sides_hidden_linux_selenium_firefox.png
Binary file not shown.
Binary file modified
BIN
+12.8 KB
(110%)
...al/reference/test_screenshot_remove_container_of_text_linux_selenium_chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters