-
Notifications
You must be signed in to change notification settings - Fork 12
Bellatrix Shadow DOM Upgrade #38
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
Merged
Merged
Conversation
This file contains hidden or 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
…it use XPath - to match with the corresponding find strategy in web module
An utility class used by bellatrix.web and bellatrix.playwright modules for the purpose of finding through xpath an element, getting its absolute position (absolute xpath), and converting it to CSS locator.
Strategy that uses CSS to locate elements, but saves the original XPath for debugging purposes.
n1xan
reviewed
Jun 7, 2024
bellatrix.core/src/main/java/solutions/bellatrix/core/utilities/HtmlService.java
Outdated
Show resolved
Hide resolved
n1xan
reviewed
Jun 7, 2024
bellatrix.core/src/main/java/solutions/bellatrix/core/utilities/HtmlService.java
Outdated
Show resolved
Hide resolved
n1xan
reviewed
Jun 7, 2024
...ght/src/main/java/solutions/bellatrix/playwright/findstrategies/ShadowXpathFindStrategy.java
Show resolved
Hide resolved
n1xan
previously requested changes
Jun 7, 2024
Collaborator
n1xan
left a comment
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.
Please review the provided comments on the PR
There is no need to catch the exception and return null, especially without logging why the code failed. When using SingletonFactory#getInstance method, one expects an object, not null; the program will throw an exception like NullPointerException anyway. I removed the try-catch and added @SneakyThrows, if SingletonFactory#getInstance fails, it is most probably incorrectly used.
Mostly concerning the validator and the functional interfaces
It checks if there is a root element to the document and if there isn't, it will add a custom one "bellatrix-root"; In getAbsoluteXpath it will check for such element and it will ignore it, as its only purpose is to make the xml valid for internal jsoup search.
…ng started modules in folder 'getting-started'
Along this update, changes to FrameElement and WebElement where performed regarding the conversion between the two - from playwright v1.43.0 there is a method owner() to FrameLocator which transforms it to Locator; and method contentFrame() to Locator which transforms it to FrameLocator.
commit 7c1cc6d Merge: fb614e4 d2bc948 Author: Nikolay Avramov <n1xan@yahoo.com> Date: Wed Jun 5 17:54:51 2024 +0300 Merge pull request #32 from AutomateThePlanet/smpInternal SMP Release commit d2bc948 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Wed Jun 5 16:58:06 2024 +0300 fix warning commit 394c2ff Merge: b7a90d1 fb614e4 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Wed Jun 5 16:50:29 2024 +0300 Merge remote-tracking branch 'refs/remotes/origin/main' into smpInternal commit b7a90d1 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Wed Jun 5 16:49:16 2024 +0300 fix pr comments commit 2271e8c Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Tue Jun 4 17:35:05 2024 +0300 support method-level browser change commit 563539f Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Tue Jun 4 14:46:14 2024 +0300 fix browserLifecycle attribute readings commit 54c56f6 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri May 31 13:09:42 2024 +0300 Enable Chrome Emulation mode with predefined devices commit f49d707 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Mon May 27 11:58:06 2024 +0300 minor fix commit e074463 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Tue May 14 09:52:56 2024 +0300 fix issue is Browser wait commit d1b633d Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Mon Apr 22 10:22:19 2024 +0300 add checkbox method overload commit fb614e4 Merge: 9a8c167 34b02ed Author: MiriamKyoseva <133047546+MiriamKyoseva@users.noreply.github.com> Date: Thu Apr 18 10:42:36 2024 +0300 Merge pull request #36 from AutomateThePlanet/bellatrix-playwright-upgrade Bellatrix playwright upgrade commit 7f2b985 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Mon Apr 15 11:08:34 2024 +0300 Add afterClass method that is not static and can be overridden commit 58d9cc7 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Mar 22 14:02:53 2024 +0200 Merge with latest main commit 0b8d188 Merge: 5effd5b 9a8c167 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Tue Mar 19 16:00:56 2024 +0200 Merge branch 'main' into smpInternal # Conflicts: # bellatrix.api/pom.xml # bellatrix.core/pom.xml # bellatrix.plugins.video/src/main/java/plugins/video/VideoPlugin.java # bellatrix.web/pom.xml # bellatrix.web/src/main/java/solutions/bellatrix/web/components/WebComponent.java # bellatrix.web/src/main/java/solutions/bellatrix/web/components/contracts/ComponentDisabled.java # bellatrix.web/src/main/java/solutions/bellatrix/web/components/contracts/ComponentStyle.java # bellatrix.web/src/main/java/solutions/bellatrix/web/infrastructure/DriverService.java # bellatrix.web/src/main/java/solutions/bellatrix/web/pages/WebPage.java # bellatrix.web/src/main/java/solutions/bellatrix/web/services/BrowserService.java commit 5effd5b Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Mon Mar 11 11:33:14 2024 +0200 refactor getDataObject method in ProxyServer commit d93b41e Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Mar 1 17:01:25 2024 +0200 Improved logging in Selenium wait commit f4dbe80 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Feb 16 09:04:38 2024 +0200 revert scroll behavior to instant commit 12d2a02 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Thu Feb 15 13:52:02 2024 +0200 fix brwoserService issue with unsupported browsers commit acb2640 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Thu Feb 15 11:21:16 2024 +0200 enable browser type set as env variable commit 0a058ee Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Tue Feb 13 15:16:42 2024 +0200 add methods for scroll to visible commit f1aecde Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Feb 9 17:10:35 2024 +0200 fix whitespace commit 8e8ab0a Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Feb 9 09:09:36 2024 +0200 format BrowserService commit c31c17d Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Feb 2 14:34:59 2024 +0200 add clipboard method commit 79f8343 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Feb 2 14:34:11 2024 +0200 add clipboard method commit 4592319 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Thu Feb 1 11:21:30 2024 +0200 Fix After method execution when @ParametereziedTest annotaion is used commit a7bd1be Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Mon Jan 29 12:29:45 2024 +0200 fix logic in wait for request in delete commit 6ef22d4 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Jan 26 10:43:33 2024 +0200 add try catch in wait for page load commit 8442083 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Jan 26 10:25:15 2024 +0200 add try catch in notification toasts commit 053f478 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Thu Jan 25 18:43:56 2024 +0200 apply fix in wait commit 7b45350 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Thu Jan 25 16:33:28 2024 +0200 refactor usage of logs commit abd5d78 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Thu Jan 25 10:10:22 2024 +0200 refactor waitForRequest commit 5a7879b Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Wed Jan 24 14:50:07 2024 +0200 add tryWait method to catch exception in case it happens commit 45adc35 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Tue Jan 16 22:17:22 2024 +0200 add supported response type commit b90a854 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Tue Jan 16 11:04:19 2024 +0200 add wait without exception throw commit 6035d05 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Jan 12 13:19:42 2024 +0200 add scroll methods in BrowserService commit a9badfe Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Wed Jan 10 13:50:12 2024 +0200 revert experiment commit a189e7c Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Tue Jan 9 16:42:06 2024 +0200 add experimental logic commit 0f96f57 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Mon Jan 8 17:01:36 2024 +0200 update logging in Proxy server commit 64c48ea Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Wed Dec 20 17:00:16 2023 +0200 add logging in proxy server commit f0ac1f0 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Dec 15 10:33:26 2023 +0200 add javascript service to base page commit 194d593 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Mon Dec 11 16:36:22 2023 +0200 add console logs assertion commit 3e8b374 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Thu Nov 9 11:03:49 2023 +0200 fix minor issues commit 16a9b81 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Wed Nov 8 18:03:28 2023 +0200 add console log methods in BrowserService commit 68778d0 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Wed Nov 8 09:56:40 2023 +0200 enhance Proxy server logging commit b55243a Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Wed Nov 8 09:16:05 2023 +0200 refactor retry logic commit cf0d71a Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Nov 3 12:23:59 2023 +0200 fix double screenshot commit 0a32ee1 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Nov 3 10:42:51 2023 +0200 add file name to screenshot generated event commit b24cd00 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Thu Nov 2 14:32:44 2023 +0200 add environment getter commit 8c9107c Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Fri Oct 20 14:50:11 2023 +0300 add getParent method to the web components commit 3f36be0 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Thu Oct 19 10:24:13 2023 +0300 remove assert throw commit 192ec57 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Tue Oct 17 13:46:31 2023 +0300 refactor resizing commit 5fc20bb Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Wed Sep 27 08:40:56 2023 +0300 remove unused usings commit 6eb4397 Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Wed Sep 27 08:36:50 2023 +0300 update driver prompt disable via capabilities commit 5ba8ffd Author: NikolayAvramov <navramov@automatetheplanet.com> Date: Mon Sep 25 09:51:44 2023 +0300 add clipboard retrieval via JS code commit d5af611 Author: Nikolay Avramov <navramov@plex.com> Date: Fri Aug 25 17:08:22 2023 +0300 change screenshot strategy to simple commit afd8fdb Author: Nikolay Avramov <navramov@plex.com> Date: Fri Aug 25 16:34:54 2023 +0300 update Entites asserter to ignore non-existanf properties commit 412e888 Author: Nikolay Avramov <navramov@plex.com> Date: Thu Aug 24 16:19:56 2023 +0300 change headless mode to old commit bdf4068 Author: Nikolay Avramov <navramov@plex.com> Date: Tue Aug 22 14:20:48 2023 +0300 remove console coloring commands commit da54efa Author: Nikolay Avramov <navramov@plex.com> Date: Tue Aug 22 12:05:59 2023 +0300 add logging commit 23c5f38 Author: Nikolay Avramov <navramov@plex.com> Date: Mon Aug 21 17:38:25 2023 +0300 fix browser defaults to be read from config commit 4ed21c4 Merge: e84b80b 11e1535 Author: Nikolay Avramov <navramov@plex.com> Date: Fri Aug 18 14:51:40 2023 +0300 Merge remote-tracking branch 'origin/smpInternal' into smpInternal commit e84b80b Author: Nikolay Avramov <navramov@plex.com> Date: Fri Aug 18 14:50:47 2023 +0300 fix set window size priorities commit 11e1535 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Fri Aug 18 13:53:41 2023 +0300 Chrome_Headless mode configuration fixes commit 9df4aa1 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Fri Aug 18 10:15:04 2023 +0300 Added Chrome & Chromedriver for testing commit 833a10a Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Fri Aug 18 09:42:38 2023 +0300 Added browser version for test purposes commit c44df51 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu Aug 17 16:25:53 2023 +0300 Package org.apache.hc.core5.net.URIBuilder update commit 04eb4e7 Merge: a83e785 7ea6674 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu Aug 17 15:58:36 2023 +0300 Merge branch 'smpInternal' of https://github.com/AutomateThePlanet/BELLATRIX-Java into smpInternal commit a83e785 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu Aug 17 15:57:58 2023 +0300 webdrivermanager removed and selenium update commit 7ea6674 Author: Nikolay Avramov <navramov@plex.com> Date: Mon Aug 14 14:35:30 2023 +0300 fix fetching of similar requests commit 7436ab2 Author: Nikolay Avramov <navramov@plex.com> Date: Wed Aug 9 16:22:46 2023 +0300 enhance logging commit 8801a5a Merge: 5b2a7b9 2110eda Author: Nikolay Avramov <navramov@plex.com> Date: Wed Aug 9 12:08:12 2023 +0300 Merge remote-tracking branch 'origin/smpInternal' into smpInternal commit 5b2a7b9 Author: Nikolay Avramov <navramov@plex.com> Date: Wed Aug 9 12:02:32 2023 +0300 add error logging, improve screenshot plugin to inject image to html report commit 2110eda Merge: 17408fb fc085ae Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu Aug 3 12:17:43 2023 +0300 Merge branch 'smpInternal' of https://github.com/AutomateThePlanet/BELLATRIX-Java into smpInternal commit 17408fb Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu Aug 3 12:16:37 2023 +0300 Added ClipboardManager commit fc085ae Author: Nikolay Avramov <navramov@plex.com> Date: Thu Aug 3 11:23:56 2023 +0300 add image data logging commit ddc028d Merge: 0db2602 5da7f51 Author: Nikolay Avramov <navramov@plex.com> Date: Wed Jul 19 12:39:25 2023 +0300 Merge branch 'wait-for-ajax-fix' into smpInternal commit 5da7f51 Author: Nikolay Avramov <navramov@plex.com> Date: Wed Jul 19 12:38:07 2023 +0300 add error handling commit 0db2602 Author: Nikolay Avramov <navramov@plex.com> Date: Fri Jun 30 15:17:14 2023 +0300 revert console logs coloring commit 40cbc84 Author: Nikolay Avramov <navramov@plex.com> Date: Thu Jun 29 11:29:06 2023 +0300 add initial value for threadlocal values commit 0f69564 Author: Nikolay Avramov <navramov@plex.com> Date: Tue Jun 27 16:56:23 2023 +0300 add style validations commit eeee8d8 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Tue May 30 16:19:53 2023 +0300 added list with HTTP successful statuses and edited validation for success response commit 522e290 Author: Nikolay Avramov <navramov@plex.com> Date: Fri May 26 15:05:28 2023 +0300 apply wait for dashboard page on all tests commit a891d0c Merge: 0dacf5a 227124b Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu May 18 14:38:59 2023 +0300 Merge branch 'smpInternal' of https://github.com/AutomateThePlanet/BELLATRIX-Java into smpInternal commit 0dacf5a Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu May 18 14:38:22 2023 +0300 wait response method refactored commit 1d5b0ab Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Wed May 17 17:41:32 2023 +0300 ValidateIsDisabled method refactored commit 227124b Merge: dfdd153 19b54cb Author: Nikolay Avramov <navramov@plex.com> Date: Wed May 17 15:43:31 2023 +0300 Merge remote-tracking branch 'origin/smpInternal' into smpInternal commit dfdd153 Author: Nikolay Avramov <navramov@plex.com> Date: Wed May 17 15:43:17 2023 +0300 add validation method in checkbox component commit 19b54cb Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Wed May 17 12:34:25 2023 +0300 New waitForResponse method added commit 4b69090 Merge: 7349cba cd9ecf1 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Tue Apr 25 23:33:38 2023 +0300 Merge branch 'smpInternal' of https://github.com/AutomateThePlanet/BELLATRIX-Java into smpInternal commit 7349cba Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Tue Apr 25 23:09:32 2023 +0300 ProxyServer get request/response object fix commit a790e9a Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Mon Apr 24 23:12:26 2023 +0300 added new tests commit cd9ecf1 Author: Nikolay Avramov <navramov@plex.com> Date: Wed Apr 19 10:41:04 2023 +0300 remove scroll logging as it floods the output, add tun test filter commit 6775f6d Merge: 5d969df 89f5e27 Author: Nikolay Avramov <navramov@plex.com> Date: Tue Apr 18 10:48:14 2023 +0300 Merge remote-tracking branch 'origin/smpInternal' into smpInternal commit 5d969df Author: Nikolay Avramov <navramov@plex.com> Date: Tue Apr 18 10:47:59 2023 +0300 remove scroll logging as it floods the output commit 89f5e27 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu Apr 13 15:00:58 2023 +0300 added waitForRequest() method to the BrowserService commit 24996b6 Merge: 9961aa1 b260083 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu Apr 13 10:47:15 2023 +0300 Merge branch 'smpInternal' of https://github.com/AutomateThePlanet/BELLATRIX-Java into smpInternal commit b260083 Author: Nikolay Avramov <navramov@plex.com> Date: Wed Apr 12 16:06:58 2023 +0300 fix duplicate dependencies commit 6e64937 Author: Nikolay Avramov <navramov@plex.com> Date: Wed Apr 12 12:18:01 2023 +0300 fix video plugin commit f5ac204 Author: Nikolay Avramov <navramov@plex.com> Date: Tue Apr 11 16:07:44 2023 +0300 add logging commit 9961aa1 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Tue Apr 11 15:55:37 2023 +0300 ProxyServer().assertRequestNotMade() fix commit d8dc399 Merge: edaa7ef cca9947 Author: Nikolay Avramov <navramov@plex.com> Date: Tue Apr 4 22:37:44 2023 +0300 Merge remote-tracking branch 'origin/main' into smpInternal # Conflicts: # bellatrix.core/src/main/java/solutions/bellatrix/core/plugins/PluginExecutionEngine.java commit edaa7ef Author: Nikolay Avramov <navramov@plex.com> Date: Tue Apr 4 22:26:11 2023 +0300 fixed most of the tests and their structure commit 9116ec5 Author: Nikolay Avramov <navramov@plex.com> Date: Mon Apr 3 14:45:04 2023 +0300 Add capability for unexpected popups commit 1e9d5fe Merge: 8da6c99 cb785b6 Author: Nikolay Avramov <navramov@plex.com> Date: Fri Mar 31 12:56:20 2023 +0300 Merge remote-tracking branch 'origin/smpInternal' into smpInternal commit 8da6c99 Author: Nikolay Avramov <navramov@plex.com> Date: Fri Mar 31 12:55:05 2023 +0300 Implement WaitForImagestToLoad method, enable toast notifications commit cb785b6 Merge: de47fea df46592 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu Mar 30 16:45:46 2023 +0300 Merge branch 'smpInternal' of https://github.com/AutomateThePlanet/BELLATRIX-Java into smpInternal commit de47fea Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu Mar 30 16:40:10 2023 +0300 Added new ProxyServer methods commit df46592 Author: Nikolay Avramov <navramov@plex.com> Date: Thu Mar 30 09:16:47 2023 +0300 fix using commit b6e4129 Author: Nikolay Avramov <navramov@plex.com> Date: Thu Mar 30 09:05:02 2023 +0300 fix issues with configs and scroll to visible commit db5484e Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Tue Mar 28 18:55:23 2023 +0300 Browser.WaitUntil() method added commit 1c82275 Merge: 66438c8 43f2d07 Author: Nikolay Avramov <navramov@plex.com> Date: Tue Mar 28 13:21:47 2023 +0300 Merge branch 'main' into smpInternal commit 66438c8 Author: Nikolay Avramov <navramov@plex.com> Date: Tue Mar 28 13:17:43 2023 +0300 Fix issues after upgrade to latest BELLATRIX commit 576995f Merge: 93c7b8f 212cc84 Author: Nikolay Avramov <navramov@plex.com> Date: Tue Mar 28 10:32:12 2023 +0300 Merge remote-tracking branch 'origin/main' into smpInternal # Conflicts: # bellatrix.web/src/main/java/solutions/bellatrix/web/infrastructure/DriverService.java # bellatrix.web/src/main/java/solutions/bellatrix/web/services/BrowserService.java commit 93c7b8f Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Mon Mar 27 11:50:31 2023 +0300 Add ChromeOptions argument commit 73518fd Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Mon Mar 27 11:33:57 2023 +0300 Update ProxyServer commit 7f8d07a Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Fri Mar 10 18:17:58 2023 +0200 Some changes commit 03492aa Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Mon Mar 6 20:37:30 2023 +0200 new tests commit 5bf899d Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Mon Mar 6 15:13:17 2023 +0200 some changes, fixes and new tests commit 49cbbeb Merge: 86c2835 8f9fa5c Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu Mar 2 14:08:08 2023 +0200 Merge remote-tracking branch 'origin/main' # Conflicts: # bellatrix.web/src/main/java/solutions/bellatrix/web/infrastructure/ProxyServer.java commit 86c2835 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Thu Mar 2 11:07:55 2023 +0200 new changes, tests commit 6014852 Merge: c17e866 db13553 Author: Aleksi Zhelyazkov <azhelyazkov@automatetheplanet.com> Date: Tue Feb 28 15:43:11 2023 +0200 Merge remote-tracking branch 'origin/main' commit c17e866 Author: Aleksi Zhelyazkov <aleksi.zhelyazkov@nitropack.com> Date: Fri Feb 17 18:03:27 2023 +0200 general section work
…omateThePlanet/BELLATRIX-Java into bellatrix-shadow-dom-upgrade
# Conflicts: # bellatrix.core/pom.xml # bellatrix.core/src/main/java/solutions/bellatrix/core/utilities/Wait.java # bellatrix.web/src/main/java/solutions/bellatrix/web/components/WebComponent.java # getting-started/bellatrix.web.getting.started/src/test/java/O12_page_objects/cart_page/Map.java
teo-nikolov
approved these changes
Jul 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.