feat(e2e): add a job to run e2e on linux os (#2796)

This commit is contained in:
yasserfaraazkhan
2023-10-25 02:01:36 +05:30
committed by GitHub
parent e1f2239dbd
commit 932eff2ea9
7 changed files with 211 additions and 28 deletions

View File

@@ -45,7 +45,7 @@ describe('application', function desc() {
const isActive = await browserWindow.evaluate((window, id) => {
return window.getBrowserViews().find((view) => view.webContents.id === id).webContents.getURL();
}, webContentsId);
isActive.should.equal('https://github.com/test/url');
isActive.should.equal('https://github.com/test/url/');
const dropdownButtonText = await mainWindow.innerText('.ServerDropdownButton');
dropdownButtonText.should.equal('github');
await this.app.close();