This reverts commit ef78e33560
.
PR Close #28438
This commit is contained in:
@ -7,14 +7,14 @@
|
||||
*/
|
||||
|
||||
import {ElementArrayFinder, browser, by, element} from 'protractor';
|
||||
import {verifyNoBrowserErrors} from '../../../../test-utils';
|
||||
import {verifyNoBrowserErrors} from '../../../../_common/e2e_util';
|
||||
|
||||
describe('radioButtons example', () => {
|
||||
afterEach(verifyNoBrowserErrors);
|
||||
let inputs: ElementArrayFinder;
|
||||
|
||||
beforeEach(() => {
|
||||
browser.get('/reactiveRadioButtons');
|
||||
browser.get('/forms/ts/reactiveRadioButtons/index.html');
|
||||
inputs = element.all(by.css('input'));
|
||||
});
|
||||
|
||||
|
@ -18,5 +18,3 @@ import {ReactiveRadioButtonComp} from './reactive_radio_button_example';
|
||||
})
|
||||
export class AppModule {
|
||||
}
|
||||
|
||||
export {ReactiveRadioButtonComp as AppComponent};
|
||||
|
Reference in New Issue
Block a user