portale per la richiesta autorizzazioni sismiche da parte del Genio Civile

12 righe
212 B

5 anni fa
import { browser, element, by } from 'protractor';
export class AngularPage {
navigateTo() {
return browser.get('/');
}
getParagraphText() {
return element(by.css('app-root h1')).getText();
}
}