Skip to content

Add installation of git to Dockerfile

Sign in for the full log view
GitHub Actions / Test Results (Test Files) succeeded Jun 12, 2023 in 0s

13 parse errors, 11 errors, 210 fail, 73 skipped, 1 517 pass in 2h 12m 37s

   145 files       13 errors  735 suites   2h 12m 37s ⏱️
1 811 tests 1 517 ✔️   73 💤 210  11 🔥
4 117 runs  3 428 ✔️ 214 💤 454  21 🔥

Results for commit dca99f4.

Annotations

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

attributes construct error, line 5, column 109 (NUnit-issue47367.xml, line 5)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Char 0x0 out of allowed range, line 33, column 16 (NUnit-issue17521.xml, line 33)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

Check failure on line 0 in test-files/junit-xml/non-junit.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/junit-xml/non-junit.xml
Raw output
test-files/junit-xml/non-junit.xml

Check failure on line 0 in test-files/json/malformed-json.json

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/json/malformed-json.json
Raw output
test-files/json/malformed-json.json

Check failure on line 0 in test-files/xml/empty.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

File is empty.
Raw output
test-files/xml/empty.xml

Check failure on line 0 in test-files/json/empty.json

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

File is empty.
Raw output
test-files/json/empty.json

Check failure on line 0 in test-files/json/non-json.json

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/json/non-json.json
Raw output
test-files/json/non-json.json

Check failure on line 0 in test-files/junit-xml/pytest/corrupt-xml.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Premature end of data in tag skipped line 9, line 11, column 22 (corrupt-xml.xml, line 11)
Raw output
test-files/junit-xml/pytest/corrupt-xml.xml

Check failure on line 0 in test-files/xml/non-xml.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/xml/non-xml.xml
Raw output
test-files/xml/non-xml.xml

Check failure on line 0 in test-files/junit-xml/non-junit.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Invalid format.
Raw output
test-files/junit-xml/non-junit.xml

Check failure on line 0 in test-files/junit-xml/pytest/corrupt-xml.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Premature end of data in tag skipped line 9, line 11, column 22 (corrupt-xml.xml, line 11)
Raw output
test-files/junit-xml/pytest/corrupt-xml.xml

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

attributes construct error, line 5, column 109 (NUnit-issue47367.xml, line 5)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Char 0x0 out of allowed range, line 33, column 16 (NUnit-issue17521.xml, line 33)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: FailedTest

test-files/nunit/nunit3/jenkins/NUnit-issue6353.xml [took 2s]
Raw output
Reason
Here comes the stack trace

Check warning on line 0 in SampleProject.xUnit.TestServiceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: FailTest (SampleProject.xUnit.TestServiceTests)

test-files/trx/xunit/xUnit-net461-sample.trx [took 0s]
test-files/trx/xunit/xUnit-netcoreapp3.1-sample.trx [took 0s]
Raw output
Assert.True() Failure
Expected: True
Actual:   False   at SampleProject.xUnit.TestServiceTests.FailTest() in C:\Dev\LiquidTestReports\test\SampleProject\SampleProject.Tests.xUnit\TestServiceTests.cs:line 65

Check warning on line 0 in SampleProject.xUnit.TestServiceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: TestTheory(expected: False) (SampleProject.xUnit.TestServiceTests)

test-files/trx/xunit/xUnit-net461-sample.trx [took 0s]
test-files/trx/xunit/xUnit-netcoreapp3.1-sample.trx [took 0s]
Raw output
Assert.Equal() Failure
Expected: False
Actual:   True   at SampleProject.xUnit.TestServiceTests.TestTheory(Boolean expected) in C:\Dev\LiquidTestReports\test\SampleProject\SampleProject.Tests.xUnit\TestServiceTests.cs:line 29

Check warning on line 0 in SampleProject.xUnit.TestServiceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: TestThrowingException (SampleProject.xUnit.TestServiceTests)

test-files/trx/xunit/xUnit-net461-sample.trx [took 0s]
test-files/trx/xunit/xUnit-netcoreapp3.1-sample.trx [took 0s]
Raw output
System.Exception : Pretty good exception   at SampleProject.TestService.GetException() in C:\Dev\LiquidTestReports\test\SampleProject\SampleProject\TestService.cs:line 19
   at SampleProject.xUnit.TestServiceTests.TestThrowingException() in C:\Dev\LiquidTestReports\test\SampleProject\SampleProject.Tests.xUnit\TestServiceTests.cs:line 54

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: UI_MyTask_MR_Grid_GridViewValidation(True,"chrome","/#/tasks/access-certification/overview")

test-files/nunit/nunit3/jenkins/NUnit-issue44527.xml [took 31s]
Raw output
OpenQA.Selenium.WebDriverTimeoutException : Timed out after 30 seconds
  ----> OpenQA.Selenium.NoSuchElementException : no such element: Unable to locate element: {"method":"xpath","selector":"//span[@translate='_Loading_']"}
  (Session info: chrome=58.0.3029.110)
  (Driver info: chromedriver=2.29.461591 (62ebf098771772160f391d75e589dc567915b233),platform=Windows NT 6.3.9600 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.1.0', revision: '86a5d70', time: '2017-02-16 07:57:44 -0800'
System info: host: 'BRC-JENKINS2-AU', ip: '172.16.61.17', os.name: 'Windows Server 2012 R2', os.arch: 'x86', os.version: '6.3', java.version: '1.8.0_66'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{applicationCacheEnabled=false, rotatable=false, mobileEmulationEnabled=false, networkConnectionEnabled=false, chrome={chromedriverVersion=2.29.461591 (62ebf098771772160f391d75e589dc567915b233), userDataDir=C:\Users\BUILD-~1\AppData\Local\Temp\scoped_dir4620_21443}, takesHeapSnapshot=true, pageLoadStrategy=normal, databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false, version=58.0.3029.110, platform=WIN8_1, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=true, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true, unexpectedAlertBehaviour=}]
Session ID: 92de3e3859b5e9d2cb692461ba367ced
*** Element info: {Using=xpath, value=//span[@translate='_Loading_']}
   at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
   at MyCompanyUiSettings.Bl.Base.waitToLoad() in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Bl\Base.cs:line 537
   at MyCompanyUiSettings.Tl.My_Tasks._My_Requests.Grid.GridValidation.UI_MyTask_MR_Grid_GridViewValidation(Boolean excute, String browserName, String url) in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Tl\My Tasks\My Requests\Grid\GridValidation.cs:line 29
--NoSuchElementException
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Support.UI.ExpectedConditions.<>c__DisplayClass13.<ElementIsVisible>b__12(IWebDriver driver)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: UI_MyTask_MR_Grid_Paging(True,"chrome","/#/tasks/access-certification/overview")

test-files/nunit/nunit3/jenkins/NUnit-issue44527.xml [took 30s]
Raw output
System.InvalidOperationException : Session [(null externalkey)] not available and is not among the last 1000 terminated sessions.
Active sessions are[]
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Support.UI.ExpectedConditions.<>c__DisplayClass13.<ElementIsVisible>b__12(IWebDriver driver)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
   at MyCompanyUiSettings.Bl.Base.waitToLoad() in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Bl\Base.cs:line 537
   at MyCompanyUiSettings.Tl.My_Tasks._My_Requests.Grid.GridValidation.UI_MyTask_MR_Grid_Paging(Boolean excute, String browserName, String url) in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Tl\My Tasks\My Requests\Grid\GridValidation.cs:line 65

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: UI_MyTasks_MR_Paging_ShowPerPage(True,"chrome","/#/tasks/access-request/overview")

test-files/nunit/nunit3/jenkins/NUnit-issue44527.xml [took 30s]
Raw output
OpenQA.Selenium.WebDriverTimeoutException : Timed out after 30 seconds
  ----> OpenQA.Selenium.NoSuchElementException : no such element: Unable to locate element: {"method":"xpath","selector":"//span[@translate='_Loading_']"}
  (Session info: chrome=58.0.3029.110)
  (Driver info: chromedriver=2.29.461591 (62ebf098771772160f391d75e589dc567915b233),platform=Windows NT 6.3.9600 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.1.0', revision: '86a5d70', time: '2017-02-16 07:57:44 -0800'
System info: host: 'BRC-JENKINS2-AU', ip: '172.16.61.17', os.name: 'Windows Server 2012 R2', os.arch: 'x86', os.version: '6.3', java.version: '1.8.0_66'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{applicationCacheEnabled=false, rotatable=false, mobileEmulationEnabled=false, networkConnectionEnabled=false, chrome={chromedriverVersion=2.29.461591 (62ebf098771772160f391d75e589dc567915b233), userDataDir=C:\Users\BUILD-~1\AppData\Local\Temp\scoped_dir10904_14349}, takesHeapSnapshot=true, pageLoadStrategy=normal, databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false, version=58.0.3029.110, platform=WIN8_1, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=true, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true, unexpectedAlertBehaviour=}]
Session ID: 8d83262a43a60462d9eaed6fd8eec81c
*** Element info: {Using=xpath, value=//span[@translate='_Loading_']}
   at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
   at MyCompanyUiSettings.Bl.Base.waitToLoad() in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Bl\Base.cs:line 537
   at MyCompanyUiSettings.Tl.My_Tasks._My_Requests.Paging.PagingValidation.UI_MyTasks_MR_Paging_ShowPerPage(Boolean excute, String browserName, String url) in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Tl\My Tasks\My Requests\Paging\PagingValidation.cs:line 30
--NoSuchElementException
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Support.UI.ExpectedConditions.<>c__DisplayClass13.<ElementIsVisible>b__12(IWebDriver driver)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: UI_MyTask_OE_Grid_GridViewValidation(True,"chrome","/#/tasks/access-certification/overview")

test-files/nunit/nunit3/jenkins/NUnit-issue44527.xml [took 0s]
Raw output
System.InvalidOperationException : Session [(null externalkey)] not available and is not among the last 1000 terminated sessions.
Active sessions are[]
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Support.UI.ExpectedConditions.<>c__DisplayClass13.<ElementIsVisible>b__12(IWebDriver driver)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
   at MyCompanyUiSettings.Bl.Base.waitToLoad() in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Bl\Base.cs:line 537
   at MyCompanyUiSettings.Tl.My_Tasks._Owner_Election.Grid.GridValidation.UI_MyTask_OE_Grid_GridViewValidation(Boolean excute, String browserName, String url) in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Tl\My Tasks\Owner Election\Grid\GridValidation.cs:line 28

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: UI_MyTasks_OE_ViewOwnersElection("/#/tasks/owners-election/overview")

test-files/nunit/nunit3/jenkins/NUnit-issue44527.xml [took 0s]
Raw output
System.InvalidOperationException : Session [(null externalkey)] not available and is not among the last 1000 terminated sessions.
Active sessions are[]
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Support.UI.ExpectedConditions.<>c__DisplayClass13.<ElementIsVisible>b__12(IWebDriver driver)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
   at MyCompanyUiSettings.Bl.OwnersElectionPage.waitToLoad() in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Bl\OwnersElectionPage.cs:line 175
   at MyCompanyUiSettings.Bl.OwnersElectionPage..ctor(IWebDriver driver) in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Bl\OwnersElectionPage.cs:line 145
   at MyCompanyUiSettings.Tl.My_Tasks._Owner_Election.Paging.PagingValidation.UI_MyTasks_OE_ViewOwnersElection(String url) in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Tl\My Tasks\Owner Election\Paging\PagingValidation.cs:line 40

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: UI_MyTask_MR_Progress_Approve(True,"chrome","/#/tasks/access-certification/overview")

test-files/nunit/nunit3/jenkins/NUnit-issue44527.xml [took 30s]
Raw output
OpenQA.Selenium.WebDriverTimeoutException : Timed out after 30 seconds
  ----> OpenQA.Selenium.NoSuchElementException : no such element: Unable to locate element: {"method":"xpath","selector":"//span[@translate='_Loading_']"}
  (Session info: chrome=58.0.3029.110)
  (Driver info: chromedriver=2.29.461591 (62ebf098771772160f391d75e589dc567915b233),platform=Windows NT 6.3.9600 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.1.0', revision: '86a5d70', time: '2017-02-16 07:57:44 -0800'
System info: host: 'BRC-JENKINS2-AU', ip: '172.16.61.17', os.name: 'Windows Server 2012 R2', os.arch: 'x86', os.version: '6.3', java.version: '1.8.0_66'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{applicationCacheEnabled=false, rotatable=false, mobileEmulationEnabled=false, networkConnectionEnabled=false, chrome={chromedriverVersion=2.29.461591 (62ebf098771772160f391d75e589dc567915b233), userDataDir=C:\Users\BUILD-~1\AppData\Local\Temp\scoped_dir12612_29006}, takesHeapSnapshot=true, pageLoadStrategy=normal, databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false, version=58.0.3029.110, platform=WIN8_1, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=true, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true, unexpectedAlertBehaviour=}]
Session ID: d099a8dab51ddac1ad57f17fd01208dc
*** Element info: {Using=xpath, value=//span[@translate='_Loading_']}
   at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
   at MyCompanyUiSettings.Bl.Base.waitToLoad() in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Bl\Base.cs:line 537
   at MyCompanyUiSettings.Tl.My_Tasks._Owner_Election.Progress.ProgressValidation.UI_MyTask_MR_Progress_Approve(Boolean excute, String browserName, String url) in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Tl\My Tasks\Owner Election\Progress\ProgressValidation.cs:line 26
--NoSuchElementException
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Support.UI.ExpectedConditions.<>c__DisplayClass13.<ElementIsVisible>b__12(IWebDriver driver)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 4 runs failed: UI_MyTask_MR_Progress_Reject(True,"chrome","/#/tasks/access-certification/overview")

test-files/nunit/nunit3/jenkins/NUnit-issue44527.xml [took 0s]
Raw output
System.InvalidOperationException : Session [(null externalkey)] not available and is not among the last 1000 terminated sessions.
Active sessions are[]
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Support.UI.ExpectedConditions.<>c__DisplayClass13.<ElementIsVisible>b__12(IWebDriver driver)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
   at MyCompanyUiSettings.Bl.Base.waitToLoad() in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Bl\Base.cs:line 537
   at MyCompanyUiSettings.Tl.My_Tasks._Owner_Election.Progress.ProgressValidation.UI_MyTask_MR_Progress_Reject(Boolean excute, String browserName, String url) in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Tl\My Tasks\Owner Election\Progress\ProgressValidation.cs:line 74

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: UI_MyTask_AC_ACIS_BulkActions_ApproveAll_AddCommentYes_TC2689("/#/tasks/access-certification/overview")

test-files/nunit/nunit3/jenkins/NUnit-issue44527.xml [took 0s]
Raw output
System.InvalidOperationException : Session [(null externalkey)] not available and is not among the last 1000 terminated sessions.
Active sessions are[]
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Support.UI.ExpectedConditions.<>c__DisplayClass13.<ElementIsVisible>b__12(IWebDriver driver)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
   at MyCompanyUiSettings.Bl.Base.waitToLoad() in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Bl\Base.cs:line 537
   at MyCompanyUiSettings.Tl.My_Tasks.Access_Certification.Access_Certification_Inner_Screen.Bulk_Acions.Approve_All.ApproveAll.UI_MyTask_AC_ACIS_BulkActions_ApproveAll_AddCommentYes_TC2689(String url) in C:\branches\1\main-branch\Automation\UI\MyCompanyUiSettings\Tl\My Tasks\Access Certification\Access Certification Inner Screen\Bulk Acions\Approve All\ApproveAll.cs:line 29