Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump Selenium.WebDriver.ChromeDriver (#74) Bumps [Selenium.WebDriver.ChromeDriver](https://github.com/jsakamoto/nupkg-selenium-webdriver-chromedriver) from 105.0.5195.5200 to 106.0.5249.6100. - [Release notes](https://github.com/jsakamoto/nupkg-selenium-webdriver-chromedriver/releases) - [Changelog](https://github.com/jsakamoto/nupkg-selenium-webdriver-chromedriver/blob/master/RELEASE-NOTES.txt) - [Commits](jsakamoto/nupkg-selenium-webdriver-chromedriver@v.105.0.5195.5200...v.106.0.5249.6100) --- updated-dependencies: - dependency-name: Selenium.WebDriver.ChromeDriver dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.2 (#65) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v17.2.0...v17.3.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: fred <fred.lunden@authority.se> * Bump Selenium.WebDriver from 4.4.0 to 4.5.0 (#73) Bumps Selenium.WebDriver from 4.4.0 to 4.5.0. --- updated-dependencies: - dependency-name: Selenium.WebDriver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixed CancellationTokenSource-timeout not aborting while-loop (#58) Co-authored-by: Charlie Stahlen <Stahlen@carismar.com> * Include inner exception in the new exception message (#72) * Fixed formating * Bump actions/setup-dotnet from 2 to 3.0.0 (#75) Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v2...v3.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * moved sample proj * Bump actions/setup-dotnet from 3.0.0 to 3.0.1 (#76) Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Selenium.WebDriver from 4.5.0 to 4.5.1 (#79) Bumps Selenium.WebDriver from 4.5.0 to 4.5.1. --- updated-dependencies: - dependency-name: Selenium.WebDriver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * New actions (#81) * New actions * fixes in actions * fixed secret * added webhookuri to actions * Fixed appRoot in testbase * Feature/nshift (#50) * Added RowType to OrderRow * Added ShippingOption class and method to calculate orderrows for shipping on Cart * Added Shipping models * Refactoring of models * starting on delivery demo wseb * starting on delivery, some dock * Moved Calculate shipping order rows test * Fixed quantity * added some js * Added WebhookUri to MerchantSettings * Minor refactor and set WebhookUri * Changed weight to double * Added shippingCallbackResponse * Removed whitespaces * Added test for deserializing order data * Updated js for shippingHandler * Added method for tax calculation * order viewmodel changes * Update order after delivery selection. Merged cart and cartResponse * Made som classes internal * Deleted unused class * Made ctor public * Made fallback options a list * Added ui test for shipping option * Added VatPercent on products. added RowType * Updated shipping order test to use checkout api * Removed dotsettings.user. Changed som access modifiers * finishing delivery. Added shipping status/desc to order view * long for shippingFee in ShippingOption. Cleanup, tests * Added test cases as per Epic 8223 * Added titles on user stories for test cases * fixed issue with approot * UI test fix * added webhook uri * added webhook uri * Increased test stability for Leasing Payment test * Use a different org number depending on payment method * webhookuri in action * webhookuri in action * Testing without UI tests * readded ui tests * Improving test stability * Improve test stability for leasing Co-authored-by: Daniel Sundqvist <daniel.sundqvist@authority.se> Co-authored-by: Clement Joye <clement.joye@authority.se> * Updated readme * Rearranged params in MerchantSettings * Fixed typo in build file Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Charlie Stahlén <31145692+MankeyX@users.noreply.github.com> Co-authored-by: Charlie Stahlen <Stahlen@carismar.com> Co-authored-by: Patric Forsgard <patric@tasteful.se> Co-authored-by: Daniel Sundqvist <daniel.sundqvist@authority.se> Co-authored-by: Clement Joye <clement.joye@authority.se>
- Loading branch information