Re: [GSoC] Help with Jasmine Tests

Поиск
Список
Период
Сортировка
От Yosry Muhammad
Тема Re: [GSoC] Help with Jasmine Tests
Дата
Msg-id CAFSMqn8t+JyWKKS7fr+RTMTP78i=6kShGNgM0AnvO6v=hvcqDg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GSoC] Help with Jasmine Tests  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: RE-SQL tests for Roles & Resource Group nodes
Следующее
От: Yosry Muhammad
Дата:
Сообщение: [GSoC] Finalized First Patch