<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/qa/spec/page, branch docs/split-autodevops-variable-table</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Treat element#selector_css string appropriately</title>
<updated>2019-07-10T23:20:31+00:00</updated>
<author>
<name>ddavison</name>
<email>ddavison@gitlab.com</email>
</author>
<published>2019-07-10T23:20:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3281e6db23d8f1ea6757af6eb71e87ed7a93c130'/>
<id>3281e6db23d8f1ea6757af6eb71e87ed7a93c130</id>
<content type='text'>
Proper escaping should be used for page/base.rb#scroll_to
as it is a single quoted JS string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Proper escaping should be used for page/base.rb#scroll_to
as it is a single quoted JS string
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce data-qa-selector to supplant .qa-class</title>
<updated>2019-07-10T23:09:43+00:00</updated>
<author>
<name>ddavison</name>
<email>ddavison@gitlab.com</email>
</author>
<published>2019-05-29T23:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=390e0d8906c066996e8bbb14aa5824643f9798f8'/>
<id>390e0d8906c066996e8bbb14aa5824643f9798f8</id>
<content type='text'>
In order to break away from using CSS classes as
our primary method of element identification, we
need to provide the ability to search for data
attributes.

Make Test::Sanity::Selectors now work

Utilize regex to match on literal strings of the element name

Suggest the data-qa-selector pattern vs the qa-

Add data-qa-selector to login page to start

We need a page that is heavily used in order to be
confident that this functionality works. Let's start
with the Login page

Use appropriate HAML data tag practices
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to break away from using CSS classes as
our primary method of element identification, we
need to provide the ability to search for data
attributes.

Make Test::Sanity::Selectors now work

Utilize regex to match on literal strings of the element name

Suggest the data-qa-selector pattern vs the qa-

Add data-qa-selector to login page to start

We need a page that is heavily used in order to be
confident that this functionality works. Let's start
with the Login page

Use appropriate HAML data tag practices
</pre>
</div>
</content>
</entry>
<entry>
<title>Run tests in parallel via parallel_tests</title>
<updated>2019-07-09T15:40:46+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-07-09T15:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7d97102f72d6e85546cd317a96655ca3b20d34d2'/>
<id>7d97102f72d6e85546cd317a96655ca3b20d34d2</id>
<content type='text'>
Uses the parallel_tests gem to execute tests in multiple processes
simultaneously on the same machine.

Adds the `--parallel` CLI option that instructs the QA framework
to use the parallel_tests executable.

Tests need access to global state contained in `Runtime::Scenario`
so when `--parallel` is invoked `Runtime::Scenario` is serialized
to an environment variable, which is passed to parallel_tests,
and then deserialized in `spec_helper`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uses the parallel_tests gem to execute tests in multiple processes
simultaneously on the same machine.

Adds the `--parallel` CLI option that instructs the QA framework
to use the parallel_tests executable.

Tests need access to global state contained in `Runtime::Scenario`
so when `--parallel` is invoked `Runtime::Scenario` is serialized
to an environment variable, which is passed to parallel_tests,
and then deserialized in `spec_helper`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport of EE changes from MR 13763</title>
<updated>2019-06-14T05:07:29+00:00</updated>
<author>
<name>Walmyr</name>
<email>walmyr@gitlab.com</email>
</author>
<published>2019-06-14T05:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8769eef34069efc3ffcf138da164221458c329b3'/>
<id>8769eef34069efc3ffcf138da164221458c329b3</id>
<content type='text'>
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Web IDE add template test</title>
<updated>2019-06-05T08:46:30+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-06-05T08:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5cccf313c3f473cf7104ce846d6daed86cfeb392'/>
<id>5cccf313c3f473cf7104ce846d6daed86cfeb392</id>
<content type='text'>
Wait for the new file modal to stop animating before clicking it

We now need to click the commit button 3 times:
1. To enter commit mode
2. To being staging changes
3. To submit the commit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wait for the new file modal to stop animating before clicking it

We now need to click the commit button 3 times:
1. To enter commit mode
2. To being staging changes
3. To submit the commit
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement dynamic validation on QA Pages</title>
<updated>2019-05-20T19:35:51+00:00</updated>
<author>
<name>ddavison</name>
<email>ddavison@gitlab.com</email>
</author>
<published>2019-03-02T02:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7d5b68d837545909204e6caf2352f34ac2f1ba7a'/>
<id>7d5b68d837545909204e6caf2352f34ac2f1ba7a</id>
<content type='text'>
Elements now have the ability to be required on pages or not
Currently using the default wait mechanism
Altered the ElementWithPattern Cop to fit new splat for init
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Elements now have the ability to be required on pages or not
Currently using the default wait mechanism
Altered the ElementWithPattern Cop to fit new splat for init
</pre>
</div>
</content>
</entry>
<entry>
<title>Add branch_name qa selector</title>
<updated>2019-05-07T02:43:10+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-05-07T02:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f00286bc0c5aa01431cc2b337e9db374e68a8395'/>
<id>f00286bc0c5aa01431cc2b337e9db374e68a8395</id>
<content type='text'>
Uses the branch_name element to find a branch with a specific
name, instead of using a dynamic CSS class that can't be validated
by the sanity selector test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uses the branch_name element to find a branch with a specific
name, instead of using a dynamic CSS class that can't be validated
by the sanity selector test
</pre>
</div>
</content>
</entry>
<entry>
<title>Add frozen_string_literal to qa/</title>
<updated>2019-04-12T12:45:38+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-04-11T12:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0be52bf32fa38aca777401bb9e1bec9e011229e6'/>
<id>0be52bf32fa38aca777401bb9e1bec9e011229e6</id>
<content type='text'>
This will be default in Ruby 3, so will be good to apply in QA ahead of
time to be consistent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will be default in Ruby 3, so will be good to apply in QA ahead of
time to be consistent.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update GitHub Import test</title>
<updated>2019-02-25T13:37:27+00:00</updated>
<author>
<name>Sanad Liaquat</name>
<email>sliaquat@gitlab.com</email>
</author>
<published>2019-02-25T13:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ddef2f1fbd3af7e91cb568adc8258043e05f15fc'/>
<id>ddef2f1fbd3af7e91cb568adc8258043e05f15fc</id>
<content type='text'>
Removes the unnecessary :orchestrated tag and updates a few
selectors. Also wait_for_success for import before proceeding.
The test is currently placed in quarantine because of a bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes the unnecessary :orchestrated tag and updates a few
selectors. Also wait_for_success for import before proceeding.
The test is currently placed in quarantine because of a bug.
</pre>
</div>
</content>
</entry>
<entry>
<title>[CE] Improve `wait_for_push`</title>
<updated>2019-02-11T09:04:59+00:00</updated>
<author>
<name>Mark Lapierre</name>
<email>mlapierre@gitlab.com</email>
</author>
<published>2019-02-11T09:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97265d39e72cbb32468a3f1d671820528af02a8b'/>
<id>97265d39e72cbb32468a3f1d671820528af02a8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
