Skip to content

Commit

Permalink
Spec descriptions are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kulikov committed Jun 22, 2024
1 parent 3aa0625 commit b9590ee
Show file tree
Hide file tree
Showing 40 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion spec/features/basics1_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'Most simple WiceGrid', js: true do
describe 'On the page /basics1 the most simple WiceGrid', js: true do
before :each do
visit '/basics1'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/basics2_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with the parameter :name WiceGrid', js: true do
describe 'On the page /basics2 with the parameter :name WiceGrid', js: true do
before :each do
visit '/basics2'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/basics3_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with :attrubute parameter WiceGrid', js: true do
describe 'On the page /basics3 with :attrubute parameter WiceGrid', js: true do
before :each do
visit '/basics3'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/basics4_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with filter: false WiceGrid', js: true do
describe 'On the page /basics4 with filter: false WiceGrid', js: true do
before :each do
visit '/basics4'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/basics5_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with allow_ordering: false WiceGrid', js: true do
describe 'On the page /basics5 with allow_ordering: false WiceGrid', js: true do
before :each do
visit '/basics5'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/basics6_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with the parameters :order and :order_direction in initialize_grid WiceGrid', js: true do
describe 'On the page /basics6 with the parameters :order and :order_direction in initialize_grid WiceGrid', js: true do
before :each do
visit '/basics6'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/blockless_column_definition_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'it is possible to render without block and WiceGrid', type: :request, js: true do
describe 'On the page /blockless_column_definition it is possible to render without block and WiceGrid', type: :request, js: true do
before :each do
visit '/blockless_column_definition'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/buttons_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with external buttons for Submit and Reset filters WiceGrid', type: :request, js: true do
describe 'On the page /buttons with external buttons for Submit and Reset filters WiceGrid', type: :request, js: true do
before :each do
visit '/buttons'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/csv_and_detached_filters_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with external buttons and the button "Export to CSV" WiceGrid', type: :request, js: true do
describe 'On the page /csv_and_detached_filters with external buttons and the button "Export to CSV" WiceGrid', type: :request, js: true do
before :each do
visit '/csv_and_detached_filters'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/csv_export_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with enabled CSV export WiceGrid', type: :request, js: true do
describe 'On the page /csv_export with enabled CSV export WiceGrid', type: :request, js: true do
before :each do
visit '/csv_export'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/custom_filter_params_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with helper :wice_grid_custom_filter_params WiceGrid', type: :request, js: true do
describe 'On the page /custom_filter_params with helper :wice_grid_custom_filter_params WiceGrid', type: :request, js: true do
before :each do
visit '/custom_filter_params'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/custom_filters1_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with one table and custom filters WiceGrid', type: :feature, js: true do
describe 'On the page /custom_filters1 with one table and custom filters WiceGrid', type: :feature, js: true do
before :each do
visit '/custom_filters1'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/custom_filters2_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with joined tables and custom filters WiceGrid', type: :feature, js: true do
describe 'On the page /custom_filters2 with joined tables and custom filters WiceGrid', type: :feature, js: true do
before :each do
visit '/custom_filters2'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/custom_filters3_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with method chains and custom filters WiceGrid', type: :feature, js: true do
describe 'On the page /custom_filters3 with method chains and custom filters WiceGrid', type: :feature, js: true do
before :each do
visit '/custom_filters3'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/custom_filters4_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with allow_multiple_selection: false WiceGrid', type: :feature, js: true do
describe 'On the page /custom_filters4 with allow_multiple_selection: false WiceGrid', type: :feature, js: true do
before :each do
visit '/custom_filters4'
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with sort_by: as a Proc WiceGrid', type: :request, js: true do
describe 'On the page /custom_ordering_on_calculated with sort_by: as a Proc WiceGrid', type: :request, js: true do
before :each do
visit '/custom_ordering_on_calculated'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/custom_ordering_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with custom_ordering in controler with Strings WiceGrid', type: :request, js: true do
describe 'On the page /custom_ordering with custom_ordering in controler with Strings WiceGrid', type: :request, js: true do
before :each do
visit '/custom_ordering'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/custom_ordering_with_arel_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with custom_ordering in controler with Arel WiceGrid', type: :request, js: true do
describe 'On the page /custom_ordering_with_arel with custom_ordering in controler with Arel WiceGrid', type: :request, js: true do
before :each do
visit '/custom_ordering_with_arel'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/custom_ordering_with_proc_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with custom_ordering in controler with Procs WiceGrid', type: :request, js: true do
describe 'On the page /custom_ordering_with_proc with custom_ordering in controler with Procs WiceGrid', type: :request, js: true do
context 'when "statuses.name" => ->(column_name) { params[:sort_by_length] ? "length(#{column_name})" : column_name }' do
context 'with no special param' do
before :each do
Expand Down
2 changes: 1 addition & 1 deletion spec/features/custom_ordering_with_ruby_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with custom_ordering in view with Ruby code WiceGrid', type: :request, js: true do
describe 'On the page /custom_ordering_with_ruby with custom_ordering in view with Ruby code WiceGrid', type: :request, js: true do
before :each do
visit '/custom_ordering_with_ruby'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/dates_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with filter_type: :rails_datetime_helper WiceGrid', type: :request, js: true do
describe 'On the page /dates with filter_type: :rails_datetime_helper WiceGrid', type: :request, js: true do
before :each do
visit '/dates'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/detached_filters_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with detached filters WiceGrid', type: :feature, js: true do
describe 'On the page /detached_filters with detached filters WiceGrid', type: :feature, js: true do
before :each do
visit '/detached_filters'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/detached_filters_two_grids_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with detached filters and 2 grids WiceGrid', type: :feature, js: true do
describe 'On the page /detached_filters_two_grids with detached filters and 2 grids WiceGrid', type: :feature, js: true do
before :each do
visit '/detached_filters_two_grids'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/disable_all_filters_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with show_filters: :no as a grid parameter WiceGrid', type: :request, js: true do
describe 'On the page /disable_all_filters with show_filters: :no as a grid parameter WiceGrid', type: :request, js: true do
before :each do
visit '/disable_all_filters'
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with g.action_column html_check_box: false and a block that return status.name != "Assigned" WiceGrid', type: :request, js: true do
describe 'On the page /hiding_checkboxes_in_action_column with g.action_column html_check_box: false and a block that return status.name != "Assigned" WiceGrid', type: :request, js: true do
before :each do
visit '/hiding_checkboxes_in_action_column'
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with the methods #current_page_records & #all_pages_records WiceGrid', type: :request, js: true do
describe 'On the page /integration_with_application_view with the methods #current_page_records & #all_pages_records WiceGrid', type: :request, js: true do
before :each do
visit '/integration_with_application_view'
end
Expand Down
4 changes: 2 additions & 2 deletions spec/features/integration_with_forms_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# encoding: utf-8
require 'acceptance_helper'

context 'with another form on the page that uses the helper dump_filter_parameters_as_hidden_fields' do
describe 'WiceGrid', type: :request, js: true do
context 'On the page /integration_with_forms with another form on the page that uses the helper dump_filter_parameters_as_hidden_fields' do
describe '(on /integration_with_form) WiceGrid', type: :request, js: true do
before :each do
visit '/integration_with_forms'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/joining_tables_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with :include in :initialize_grid to include associated tables WiceGrid', type: :request, js: true do
describe 'On the page /joining_tables with :include in :initialize_grid to include associated tables WiceGrid', type: :request, js: true do
before :each do
visit '/joining_tables'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/localization_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: UTF-8
require 'acceptance_helper'

describe 'with the proper use of I18n WiceGrid', type: :request, js: true do
describe 'On the page /localization with the proper use of I18n WiceGrid', type: :request, js: true do
before :each do
visit '/localization'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/many_grids_on_page_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with multiple girds on the page WiceGrid', type: :request, js: true do
describe 'On the page /many_grids_on_page with multiple girds on the page WiceGrid', type: :request, js: true do
before :each do
visit '/many_grids_on_page'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/negation_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with negation: true WiceGrid', type: :request, js: true do
describe 'On the page /negation with negation: true WiceGrid', type: :request, js: true do
before :each do
visit '/negation'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/no_records_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

context 'when there is no records to show' do
context 'On the page /no_records when there is no records to show' do
describe 'with the grid helper :blank_slate WiceGrid', type: :request, js: true do
before :each do
visit '/no_records'
Expand Down
2 changes: 1 addition & 1 deletion spec/features/numeric_filters_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with filter_type: :range WiceGrid', type: :request, js: true do
describe 'On the page /numeric_filters with filter_type: :range WiceGrid', type: :request, js: true do
before :each do
visit '/numeric_filters'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/resultset_processings2_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with the helper :with_resultset that defines a callback on a resultset as an ActiveRelation', type: :request, js: true do
describe 'On the page /resultset_processings2 with the helper :with_resultset that defines a callback on a resultset as an ActiveRelation', type: :request, js: true do
describe 'WiceGrid' do
before :each do
visit '/resultset_processings2'
Expand Down
2 changes: 1 addition & 1 deletion spec/features/resultset_processings_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'with the helper :with_paginated_resultset that defines a callback on a resultset as an Array', type: :request, js: true do
describe 'On the page /resultset_processings with the helper :with_paginated_resultset that defines a callback on a resultset as an Array', type: :request, js: true do
before :each do
visit '/resultset_processings'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/saved_queries_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
require 'acceptance_helper'

describe 'when saved queries are configured WiceGrid', type: :request, js: true do
describe 'On the page /saved_queries when saved queries are configured WiceGrid', type: :request, js: true do
before :each do
visit '/saved_queries'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/styling_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'acceptance_helper'

describe "with the :html helper in the grid WiceGrid", :type => :request, :js => true do
describe "On the page /styling with the :html helper in the grid WiceGrid", :type => :request, :js => true do

before :each do
visit '/styling'
Expand Down
2 changes: 1 addition & 1 deletion spec/features/two_associations_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'acceptance_helper'

context 'when two associations referring to the same model are joined' do
context 'On the page /two_associations when two associations referring to the same model are joined' do
describe "with the help of :table_alias WiceGrid", :type => :request, :js => true do
before :each do
visit '/two_associations'
Expand Down
2 changes: 1 addition & 1 deletion spec/features/upper_pagination_panel_request_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'acceptance_helper'

describe "with the upper_pagination_panel parameter for the grid WiceGrid", :type => :request do
describe "On the page /upper_pagination_panel with the upper_pagination_panel parameter for the grid WiceGrid", :type => :request do
before :each do
visit '/upper_pagination_panel'
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/when_filtered_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'acceptance_helper'

describe "whith the parameter show_filters: :when_filtered in grid WiceGrid", :js => true do
describe "On the page /when_filtered whith the parameter show_filters: :when_filtered in grid WiceGrid", :js => true do
before :each do
visit '/when_filtered'
end
Expand Down

0 comments on commit b9590ee

Please sign in to comment.