mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-23 08:10:59 +00:00
more test fixing
This commit is contained in:
parent
184a246e6c
commit
0b578dd5f1
1 changed files with 0 additions and 7 deletions
|
@ -119,12 +119,6 @@ describe('Application life cycle test', function () {
|
|||
await visible(By.id('user_email'));
|
||||
}
|
||||
|
||||
async function dismissHelp() {
|
||||
await browser.get('https://' + app.fqdn + '/home');
|
||||
await visible(By.xpath('//button[@title = "Dismiss"]'));
|
||||
await browser.findElement(By.xpath('//button[@title ="Dismiss"]')).click();
|
||||
}
|
||||
|
||||
async function checkTimeline() {
|
||||
await browser.get('https://' + app.fqdn + '/home');
|
||||
await visible(By.xpath('//span[contains(text(), "Your home timeline is empty")]'));
|
||||
|
@ -170,7 +164,6 @@ describe('Application life cycle test', function () {
|
|||
it('can get app information', getAppInfo);
|
||||
it('registration is disabled', checkRegistration.bind(null, 'none'));
|
||||
it('can OIDC login', loginOIDC.bind(null, username, password, false));
|
||||
it('can dismiss help', dismissHelp);
|
||||
it('can see timeline', checkTimeline);
|
||||
it('can logout', logout);
|
||||
|
||||
|
|
Loading…
Reference in a new issue