Re: [GSoC] Help with Jasmine Tests - Mailing list pgadmin-hackers

From Yosry Muhammad
Subject Re: [GSoC] Help with Jasmine Tests
Date
Msg-id CAFSMqn8t+JyWKKS7fr+RTMTP78i=6kShGNgM0AnvO6v=hvcqDg@mail.gmail.com
Whole thread Raw
In response to Re: [GSoC] Help with Jasmine Tests  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers


On Mon, Jul 1, 2019 at 8:57 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:

I am trying to write a test for the sqleditor that checks that if _render() function (in sqleditor.js) is called with w query results that include primary keys, then the grid should be editable (I need to check grid options, gridView.grid.getOptions() ).

I also want to check that if the user edits a cell in the grid, the Save Data button (new button) is enabled. Is this feasible ?
This is similar to what is done in - web/regression/javascript/sqleditor/execute_query_spec.js  for btn-flash.

The problem is not with checking the button. How do I mimic the user editing the grid? I cannot create a grid with all its options in the test.

--
Yosry Muhammad Yosry

Computer Engineering student,
The Faculty of Engineering,
Cairo University (2021).
Class representative of CMP 2021.

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: RE-SQL tests for Roles & Resource Group nodes
Next
From: Yosry Muhammad
Date:
Subject: [GSoC] Finalized First Patch