How to use the jasmine.describe function in jasmine

To help you get started, we’ve selected a few jasmine examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ag-grid / ag-grid-angular-example / systemjs_aot / e2e / app.e2e-spec.ts View on Github external
import {browser, by, element, protractor} from "protractor";
import {beforeEach, describe, expect, fail, it} from "jasmine";

describe('ag-grid-angular-examples E2E Tests', function () {

    let expectedTabTitles = ['Rich Grid Example',
        'Rich Grid with Declarative Markup',
        'Dynamic Angular Component Example',
        'Dynamic Angular Components - Richer Example',
        'Cell Editor Component Example',
        'Pinned Row Renderer Example',
        'Full Width Renderer Example',
        'Grouping with Auto Group Columns Example',
        'Grouped Row Inner Renderer Example',
        'Filters Component Example',
        'Master Detail Example',
        'Floating Filters',
        'Infinite Pagination',
        'Aligned Grids Example',
        'RxJs - Single Row Update Example',
github ag-grid / ag-grid-angular-example / webpack / e2e / app.e2e-spec.ts View on Github external
import {browser, by, element, protractor} from "protractor";
import {beforeEach, describe, expect, fail, it} from "jasmine";

describe('ag-grid-angular-examples E2E Tests', function () {

    let expectedTabTitles = ['Rich Grid Example',
        'Rich Grid with Declarative Markup',
        'Dynamic Angular Component Example',
        'Dynamic Angular Components - Richer Example',
        'Cell Editor Component Example',
        'Pinned Row Renderer Example',
        'Full Width Renderer Example',
        'Grouping with Auto Group Columns Example',
        'Grouped Row Inner Renderer Example',
        'Filters Component Example',
        'Master Detail Example',
        'Floating Filters',
        'Infinite Pagination',
        'Aligned Grids Example',
        'RxJs - Single Row Update Example',